TwigLayoutContainerInternal
Namespace
Ceres\Extensions
Extends
Implements
Type | Name | Description |
---|---|---|
|
The factory to render TWIG. |
Methods
public __construct($twig)
TwigLayoutContainerInternal constructor.
Type |
Name |
Description |
|
public getName():string
Return the name of the extension.
public getFunctions():array
Return a list of functions to add.
public getFilters():array
Return a list of filters to add.
public getInternalContainer($containerName, $arguments):array
Get a list of rendered layout containers, normally used in the twig template renderer.
Type |
Name |
Description |
|
The name of the container. |
|
|
Optional arguments. |
public getGlobals():array
Return a map of global helper objects to add.
Thank you for your feedback!