class ActionsExtension extends Twig_Extension
Twig extension for Symfony actions helper
Methods
|
__construct(ContainerInterface $container)
Constructor. |
||
|
renderUri(string $uri, array $options = array())
Returns the Response content for a given URI. |
||
| array |
getTokenParsers()
Returns the token parser instance to add to the existing list. |
|
| getName() |
Details
at line 31
public
__construct(ContainerInterface $container)
Constructor.
at line 44
public
renderUri(string $uri, array $options = array())
Returns the Response content for a given URI.
at line 54
public array
getTokenParsers()
Returns the token parser instance to add to the existing list.