You are here

protected property ConfigSingleImportForm::$moduleInstaller in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/config/src/Form/ConfigSingleImportForm.php \Drupal\config\Form\ConfigSingleImportForm::moduleInstaller

The module installer.

Type: \Drupal\Core\Extension\ModuleInstallerInterface

File

core/modules/config/src/Form/ConfigSingleImportForm.php, line 103
Contains \Drupal\config\Form\ConfigSingleImportForm.

Class

ConfigSingleImportForm
Provides a form for importing a single configuration file.

Namespace

Drupal\config\Form

Code

protected $moduleInstaller;