Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
TwigFunction.php
function TwigFunction::getParserCallable
File
vendor/
twig/
twig/
src/
TwigFunction.php
, line 46
Class
TwigFunction
Represents a template function.
Namespace
Twig
Code
public
function
getParserCallable
() : ?callable {
return
$this
->
options
[
'parser_callable'
]; }
RSS feed