Definition at line 17 of file AsseticExtension.php.
◆ __construct()
◆ getFilterInvoker()
Assetic\Extension\Twig\AsseticExtension::getFilterInvoker |
( |
|
$function | ) |
|
◆ getFunctions()
Assetic\Extension\Twig\AsseticExtension::getFunctions |
( |
| ) |
|
◆ getGlobals()
Assetic\Extension\Twig\AsseticExtension::getGlobals |
( |
| ) |
|
Definition at line 57 of file AsseticExtension.php.
References array.
61 'debug' => $this->factory->isDebug(),
62 'vars' => null !== $this->valueSupplier ?
new ValueContainer($this->valueSupplier) :
array(),
Create styles array
The data for the language used.
◆ getName()
Assetic\Extension\Twig\AsseticExtension::getName |
( |
| ) |
|
◆ getTokenParsers()
Assetic\Extension\Twig\AsseticExtension::getTokenParsers |
( |
| ) |
|
Definition at line 38 of file AsseticExtension.php.
References array.
41 new AsseticTokenParser($this->factory,
'javascripts',
'js/*.js'),
42 new AsseticTokenParser($this->factory,
'stylesheets',
'css/*.css'),
43 new AsseticTokenParser($this->factory,
'image',
'images/*',
true),
Create styles array
The data for the language used.
◆ $factory
Assetic\Extension\Twig\AsseticExtension::$factory |
|
protected |
◆ $functions
Assetic\Extension\Twig\AsseticExtension::$functions |
|
protected |
◆ $valueSupplier
Assetic\Extension\Twig\AsseticExtension::$valueSupplier |
|
protected |
The documentation for this class was generated from the following file: