Skip to content

Commit

Permalink
Add url_filter to Twig
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Aug 23, 2021
1 parent 22afd93 commit bdd2ff8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/config/internal.php
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@
'upper',
'strip_tags',
'number_format',
'url_encode',
),
'methods' => array(
'ETwigViewRendererStaticClassProxy' => array("encode", "textfield", "form", "link", "emailField", "beginForm", "endForm", "dropDownList", "htmlButton", "passwordfield", "hiddenfield", "textArea", "checkBox", "tag"),
Expand Down

0 comments on commit bdd2ff8

Please sign in to comment.