ConfigHandlerGroup::submitForm

public ConfigHandlerGroup::submitForm(array &$form, FormStateInterface $form_state) Form submission handler. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Overrides ViewsFormBase::submitForm File core/modules/views_ui/src/Form/Ajax/ConfigHandlerGroup.php, line 95 Class ConfigHandlerGroup Provides a form for configuring grouping information for a Views UI handler. Nam

ConfigHandlerGroup::getFormKey

public ConfigHandlerGroup::getFormKey() Returns the key that represents this form. Return value string The form key used in the URL, e.g., the string 'add-handler' in 'admin/structure/views/%/add-handler/%/%/%'. Overrides ViewsFormInterface::getFormKey File core/modules/views_ui/src/Form/Ajax/ConfigHandlerGroup.php, line 26 Class ConfigHandlerGroup Provides a form for configuring grouping information for a Views UI handler. Namespace Drupal\views_ui\Form\Ajax Code public function getF

ConfigHandlerGroup::getFormId

public ConfigHandlerGroup::getFormId() Returns a unique string identifying the form. Return value string The unique string identifying the form. Overrides FormInterface::getFormId File core/modules/views_ui/src/Form/Ajax/ConfigHandlerGroup.php, line 42 Class ConfigHandlerGroup Provides a form for configuring grouping information for a Views UI handler. Namespace Drupal\views_ui\Form\Ajax Code public function getFormId() { return 'views_ui_config_item_group_form'; }

ConfigHandlerGroup::getForm

public ConfigHandlerGroup::getForm(ViewEntityInterface $view, $display_id, $js, $type = NULL, $id = NULL) Creates a new instance of this form. @todo When https://www.drupal.org/node/1843224 is in, this will return \Drupal\Core\Ajax\AjaxResponse instead of the array of AJAX commands. Parameters \Drupal\views\ViewEntityInterface $view: The view being edited. string|null $display_id: The display ID being edited, or NULL to load the first available display. string $js: If this is an AJAX form, it

ConfigHandlerGroup::buildForm

public ConfigHandlerGroup::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/ConfigHandlerGroup.php, line 49 Class ConfigHandlerGroup Provides a form for configuring grouping information for

ConfigHandlerGroup

Provides a form for configuring grouping information for a Views UI handler. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\views_ui\Form\Ajax\ViewsFormBase implements ViewsFormInterfaceclass \Drupal\views_ui\Form\Ajax\ConfigHandlerGroup File core/modules/views_ui/src/Form/Ajax/ConfigHan

ConfigHandlerExtra::__construct

public ConfigHandlerExtra::__construct($type = NULL, $id = NULL) Constructs a new ConfigHandlerExtra object. File core/modules/views_ui/src/Form/Ajax/ConfigHandlerExtra.php, line 17 Class ConfigHandlerExtra Provides a form for configuring extra information for a Views UI item. Namespace Drupal\views_ui\Form\Ajax Code public function __construct($type = NULL, $id = NULL) { $this->setType($type); $this->setID($id); }

ConfigHandlerExtra::validateForm

public ConfigHandlerExtra::validateForm(array &$form, FormStateInterface $form_state) Form validation handler. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Overrides ViewsFormBase::validateForm File core/modules/views_ui/src/Form/Ajax/ConfigHandlerExtra.php, line 94 Class ConfigHandlerExtra Provides a form for configuring extra information for a Views UI item. Names

ConfigHandlerExtra::submitForm

public ConfigHandlerExtra::submitForm(array &$form, FormStateInterface $form_state) Form submission handler. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Overrides ViewsFormBase::submitForm File core/modules/views_ui/src/Form/Ajax/ConfigHandlerExtra.php, line 101 Class ConfigHandlerExtra Provides a form for configuring extra information for a Views UI item. Namespac

ConfigHandlerExtra::getFormKey

public ConfigHandlerExtra::getFormKey() Returns the key that represents this form. Return value string The form key used in the URL, e.g., the string 'add-handler' in 'admin/structure/views/%/add-handler/%/%/%'. Overrides ViewsFormInterface::getFormKey File core/modules/views_ui/src/Form/Ajax/ConfigHandlerExtra.php, line 25 Class ConfigHandlerExtra Provides a form for configuring extra information for a Views UI item. Namespace Drupal\views_ui\Form\Ajax Code public function getFormKey