function 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\Form

Code

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.