ConfigSingleImportForm::$themeHandler

The theme handler. Type: \Drupal\Core\Extension\ThemeHandlerInterface File core/modules/config/src/Form/ConfigSingleImportForm.php, line 92 Class ConfigSingleImportForm Provides a form for importing a single configuration file. Namespace Drupal\config\Form Code protected $themeHandler;

ConfigSingleImportForm::$renderer

The renderer service. Type: \Drupal\Core\Render\RendererInterface File core/modules/config/src/Form/ConfigSingleImportForm.php, line 50 Class ConfigSingleImportForm Provides a form for importing a single configuration file. Namespace Drupal\config\Form Code protected $renderer;

ConfigSingleImportForm::$moduleInstaller

The module installer. Type: \Drupal\Core\Extension\ModuleInstallerInterface File core/modules/config/src/Form/ConfigSingleImportForm.php, line 99 Class ConfigSingleImportForm Provides a form for importing a single configuration file. Namespace Drupal\config\Form Code protected $moduleInstaller;

ConfigSingleImportForm::$moduleHandler

The module handler. Type: \Drupal\Core\Extension\ModuleHandlerInterface File core/modules/config/src/Form/ConfigSingleImportForm.php, line 85 Class ConfigSingleImportForm Provides a form for importing a single configuration file. Namespace Drupal\config\Form Code protected $moduleHandler;

ConfigSingleImportForm::$lock

The database lock object. Type: \Drupal\Core\Lock\LockBackendInterface File core/modules/config/src/Form/ConfigSingleImportForm.php, line 71 Class ConfigSingleImportForm Provides a form for importing a single configuration file. Namespace Drupal\config\Form Code protected $lock;

ConfigSingleImportForm::$eventDispatcher

The event dispatcher. Type: \Symfony\Component\EventDispatcher\EventDispatcherInterface File core/modules/config/src/Form/ConfigSingleImportForm.php, line 57 Class ConfigSingleImportForm Provides a form for importing a single configuration file. Namespace Drupal\config\Form Code protected $eventDispatcher;

ConfigSingleImportForm::$entityManager

The entity manager. Type: \Drupal\Core\Entity\EntityManagerInterface File core/modules/config/src/Form/ConfigSingleImportForm.php, line 36 Class ConfigSingleImportForm Provides a form for importing a single configuration file. Namespace Drupal\config\Form Code protected $entityManager;

ConfigSingleImportForm::$data

The submitted data needing to be confirmed. Type: array File core/modules/config/src/Form/ConfigSingleImportForm.php, line 113 Class ConfigSingleImportForm Provides a form for importing a single configuration file. Namespace Drupal\config\Form Code protected $data = array();

ConfigSingleImportForm::$configStorage

The config storage. Type: \Drupal\Core\Config\StorageInterface File core/modules/config/src/Form/ConfigSingleImportForm.php, line 43 Class ConfigSingleImportForm Provides a form for importing a single configuration file. Namespace Drupal\config\Form Code protected $configStorage;

ConfigSingleImportForm::$configManager

The configuration manager. Type: \Drupal\Core\Config\ConfigManagerInterface; File core/modules/config/src/Form/ConfigSingleImportForm.php, line 64 Class ConfigSingleImportForm Provides a form for importing a single configuration file. Namespace Drupal\config\Form Code protected $configManager;