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'; }
Please login to continue.