function ConfigSync::getFormId
Same name in other branches
- 9 core/modules/config/src/Form/ConfigSync.php \Drupal\config\Form\ConfigSync::getFormId()
- 8.9.x core/modules/config/src/Form/ConfigSync.php \Drupal\config\Form\ConfigSync::getFormId()
- 10 core/modules/config/src/Form/ConfigSync.php \Drupal\config\Form\ConfigSync::getFormId()
Overrides FormInterface::getFormId
File
-
core/
modules/ config/ src/ Form/ ConfigSync.php, line 109
Class
- ConfigSync
- Construct the storage changes in a configuration synchronization form.
Namespace
Drupal\config\FormCode
public function getFormId() {
return 'config_admin_import_form';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.