Skip to content

Commit

Permalink
Document "escape" option.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Aug 15, 2018
1 parent 88acae3 commit 93c8a5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/View/Helper/FormHelper.php
Expand Up @@ -848,6 +848,8 @@ public function error($field, $text = null, array $options = [])
* - `for` - Set the for attribute, if its not defined the for attribute
* will be generated from the $fieldName parameter using
* FormHelper::_domId().
* - `escape` - Set to `false` to turn off escaping of label text.
* Defaults to `true`.
*
* Examples:
*
Expand Down

0 comments on commit 93c8a5f

Please sign in to comment.