ActionsExtension deprecated
class ActionsExtension extends Twig_Extension
deprecated
Twig extension for Symfony actions helper.
Methods
__construct(FragmentHandler|ContainerInterface $handler) deprecated | ||
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() {@inheritdoc} |
Details
__construct(FragmentHandler|ContainerInterface $handler) deprecated
deprecated
Parameters
FragmentHandler|ContainerInterface | $handler |
renderUri(string $uri, array $options = array())
Returns the Response content for a given URI.
Parameters
string | $uri | A URI |
array | $options | An array of options |
See also
FragmentHandler::render() |
array getTokenParsers()
Returns the token parser instance to add to the existing list.
Return Value
array | An array of \Twig_TokenParser instances |
getName()
{@inheritdoc}
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/4.0/Symfony/Bundle/TwigBundle/Extension/ActionsExtension.html