Welcome to the Cookbook

loading...

7.3.5.10 error

There is no translation yet for this section. Please help out and translate this.. More information about translations

error(string $fieldName, string $text, array $options)

Shows a validation error message, specified by $text, for the given field, in the event that a validation error has occurred.

Options:

  • 'escape' bool Whether or not to html escape the contents of the error.
  • 'wrap' mixed Whether or not the error message should be wrapped in a div. If a string, will be used as the HTML tag to use.
  • 'class' string The classname for the error message