Documentation

ClearableErrorsInterface

A form element whose errors can be cleared.

Tags
author

Colin O'Dell colinodell@gmail.com

Table of Contents

Methods

clearErrors()  : $this
Removes all the errors of this form.

Methods

clearErrors()

Removes all the errors of this form.

public clearErrors([bool $deep = false ]) : $this
Parameters
$deep : bool = false

Whether to remove errors from child forms as well

Return values
$this

        
On this page

Search results