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 6107151 commit f776824Copy full SHA for f776824
README.md
@@ -79,9 +79,16 @@ $twig = $this->twig->getTwig();
79
* `form_error()`
80
* `form_hidden()`
81
* `set_value()`
82
+* `csrf_field()`
83
+* `validation_list_errors()`
84
85
Some helpers are added the functionality of auto-escaping for security.
86
87
+> **Warning**
88
+> `validation_list_errors()` shows Validation Errors by `Services::validation()->listErrors()`,
89
+> and if you use user input for Validation Error messages, attackers may do XSS.
90
+> In such a case, validate user input and escape it by yourself.
91
+
92
### Adding Your Functions & Filters
93
94
You can add your functions and filters with configuration:
0 commit comments