Skip to content

Commit

Permalink
Dev: string functions added to a list of Twig accepted functions
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikvitt committed May 30, 2018
1 parent 709440d commit 090174f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions application/config/internal.php
Expand Up @@ -284,6 +284,9 @@
'trim',
'json_encode',
'replace',
'capitalize',
'lower',
'upper'
),
'methods' => array(
'ETwigViewRendererStaticClassProxy' => array("encode", "textfield", "form", "link", "emailField", "beginForm", "endForm", "dropDownList", "htmlButton", "passwordfield", "hiddenfield", "textArea", "checkBox"),
Expand Down

0 comments on commit 090174f

Please sign in to comment.