function ConfigSingleExportForm::create
Same name in other branches
- 9 core/modules/config/src/Form/ConfigSingleExportForm.php \Drupal\config\Form\ConfigSingleExportForm::create()
- 8.9.x core/modules/config/src/Form/ConfigSingleExportForm.php \Drupal\config\Form\ConfigSingleExportForm::create()
- 11.x core/modules/config/src/Form/ConfigSingleExportForm.php \Drupal\config\Form\ConfigSingleExportForm::create()
Overrides FormBase::create
File
-
core/
modules/ config/ src/ Form/ ConfigSingleExportForm.php, line 60
Class
- ConfigSingleExportForm
- Provides a form for exporting a single configuration file.
Namespace
Drupal\config\FormCode
public static function create(ContainerInterface $container) {
return new static($container->get('entity_type.manager'), $container->get('config.storage'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.