public ConfigHandler::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/ConfigHandler.php, line 43
Class
- ConfigHandler
- Provides a form for configuring an item in the Views UI.
Namespace
Drupal\views_ui\Form\Ajax
Code
public function getFormId() { return 'views_ui_config_item_form'; }
Please login to continue.