View Helpers
includeLayout()
Signature
Section titled “Signature”includeLayout() — returns string
Available in: controller
Category: Miscellaneous Functions
Description
Section titled “Description”Includes the contents of another layout file. This is usually used to include a parent layout from within a child layout.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
name | string | no | layout | Name of the layout file to include. |