[TWIG] Add 'dd' and 'die' functions to twig
This commit is contained in:
parent
33fba0d970
commit
dd33720957
@ -72,9 +72,10 @@ class Extension extends AbstractExtension
|
|||||||
new TwigFunction('is_firefox', [Runtime::class, 'isFirefox']),
|
new TwigFunction('is_firefox', [Runtime::class, 'isFirefox']),
|
||||||
new TwigFunction('handle_override_template_import', [Runtime::class, 'handleOverrideTemplateImport']),
|
new TwigFunction('handle_override_template_import', [Runtime::class, 'handleOverrideTemplateImport']),
|
||||||
new TwigFunction('handle_override_stylesheet', [Runtime::class, 'handleOverrideStylesheet']),
|
new TwigFunction('handle_override_stylesheet', [Runtime::class, 'handleOverrideStylesheet']),
|
||||||
|
|
||||||
new TwigFunction('open_details', [Runtime::class, 'openDetails']),
|
new TwigFunction('open_details', [Runtime::class, 'openDetails']),
|
||||||
new TwigFunction('get_feeds', [Runtime::class, 'getFeeds']),
|
new TwigFunction('get_feeds', [Runtime::class, 'getFeeds']),
|
||||||
|
new TwigFunction('die', 'die'),
|
||||||
|
new TwigFunction('dd', 'dd'),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user