public AddHandler::buildForm(array $form, FormStateInterface $form_state)
Form constructor.
Parameters
array $form: An associative array containing the structure of the form.
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.
Return value
array The form structure.
Overrides FormInterface::buildForm
File
core/modules/views_ui/src/Form/Ajax/AddHandler.php, line 47
Class
AddHandler Provides a form for adding an item in the Views UI.
Namespace
Drupal\views_ui