Custom exception to break out of AJAX form processing.
Hierarchy
- class \Drupal\Core\Form\FormAjaxException extends \Exception
File
- core/lib/Drupal/Core/Form/FormAjaxException.php, line 8
Namespace
Drupal\Core\Form
Members
Name | Modifiers | Type | Description |
---|---|---|---|
FormAjaxException::$form | protected | property | The form definition. |
FormAjaxException::$formState | protected | property | The form state. |
FormAjaxException::getForm | public | function | Gets the form definition. |
FormAjaxException::getFormState | public | function | Gets the form state. |
FormAjaxException::__construct | public | function | Constructs a FormAjaxException object. |
Please login to continue.