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