Provides an interface for building AJAX form responses.
Hierarchy
- interface \Drupal\Core\Form\FormAjaxResponseBuilderInterface
File
- core/lib/Drupal/Core/Form/FormAjaxResponseBuilderInterface.php, line 10
Namespace
Drupal\Core\Form
Members
Name | Modifiers | Type | Description |
---|---|---|---|
FormAjaxResponseBuilderInterface::buildResponse | public | function | Builds a response for an AJAX form. |
Please login to continue.