function ConfigsList::getFormId
Same name in other branches
- 4.x src/Form/ConfigsList.php \Drupal\devel\Form\ConfigsList::getFormId()
Overrides FormInterface::getFormId
File
-
src/
Form/ ConfigsList.php, line 31
Class
- ConfigsList
- Form that displays all the config variables to edit them.
Namespace
Drupal\devel\FormCode
public function getFormId() : string {
return 'devel_config_system_form';
}