Skip to content

Commit 18a6677

Browse files
authored
Added new Twig functions for 5.2 (#23)
1 parent d0ecde9 commit 18a6677

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Twig/DummyExtension.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ public function getFunctions()
5757
new TwigFunction('workflow_transition_blockers'),
5858
new TwigFunction('encore_entry_link_tags'),
5959
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'),
6064
];
6165
}
6266

0 commit comments

Comments
 (0)