class ExpressionExtension extends Twig_Extension
ExpressionExtension gives a way to create Expressions from a template.
Methods
getFunctions() {@inheritdoc} | ||
createExpression($expression) | ||
string | getName() Returns the name of the extension. |
Details
getFunctions()
{@inheritdoc}
createExpression($expression)
string getName()
Returns the name of the extension.
Please login to continue.