TwigStyleScriptTagFilter
Namespace
Ceres\Extensions
Extends
Implements
Type | Name | Description |
---|---|---|
|
Filtered out style tags. |
|
|
Filtered out script tags. |
|
|
Black list of layout container to filter. |
|
|
The factory to render TWIG. |
|
|
Methods
public __construct($twig)
TwigStyleScriptTagFilter constructor.
Type |
Name |
Description |
|
The factory to render TWIG. |
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.
Get all filtered out script and style tags.
Filter content for script and style tags.
Type |
Name |
Description |
|
The content to filter. |
|
|
The name of the layout container. |
public getGlobals():array
Return a map of global helper objects to add.
Thank you for your feedback!