You are here

public function ConfigHandlerGroup::getFormId in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/views_ui/src/Form/Ajax/ConfigHandlerGroup.php \Drupal\views_ui\Form\Ajax\ConfigHandlerGroup::getFormId()
  2. 9 core/modules/views_ui/src/Form/Ajax/ConfigHandlerGroup.php \Drupal\views_ui\Form\Ajax\ConfigHandlerGroup::getFormId()

File

core/modules/views_ui/src/Form/Ajax/ConfigHandlerGroup.php, line 44

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';
}