We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ecde9 commit 18a6677Copy full SHA for 18a6677
src/Twig/DummyExtension.php
@@ -57,6 +57,10 @@ public function getFunctions()
57
new TwigFunction('workflow_transition_blockers'),
58
new TwigFunction('encore_entry_link_tags'),
59
new TwigFunction('encore_entry_script_tags'),
60
+ new TwigFunction('impersonation_exit_path'),
61
+ new TwigFunction('impersonation_exit_url'),
62
+ new TwigFunction('workflow_transition'),
63
+ new TwigFunction('t'),
64
];
65
}
66
0 commit comments