ConfigInstaller::$eventDispatcher

The event dispatcher. Type: \Symfony\Component\EventDispatcher\EventDispatcherInterface File core/lib/Drupal/Core/Config/ConfigInstaller.php, line 47 Class ConfigInstaller Namespace Drupal\Core\Config Code protected $eventDispatcher;

ConfigInstaller::$configManager

The configuration manager. Type: \Drupal\Core\Config\ConfigManagerInterface File core/lib/Drupal/Core/Config/ConfigInstaller.php, line 40 Class ConfigInstaller Namespace Drupal\Core\Config Code protected $configManager;

ConfigInstaller::$configFactory

The configuration factory. Type: \Drupal\Core\Config\ConfigFactoryInterface File core/lib/Drupal/Core/Config/ConfigInstaller.php, line 19 Class ConfigInstaller Namespace Drupal\Core\Config Code protected $configFactory;

ConfigInstaller::$activeStorages

The active configuration storages, keyed by collection. Type: \Drupal\Core\Config\StorageInterface[] File core/lib/Drupal/Core/Config/ConfigInstaller.php, line 26 Class ConfigInstaller Namespace Drupal\Core\Config Code protected $activeStorages;

ConfigInstaller

Hierarchy class \Drupal\Core\Config\ConfigInstaller implements ConfigInstallerInterface File core/lib/Drupal/Core/Config/ConfigInstaller.php, line 12 Namespace Drupal\Core\Config Members Name Modifiers Type Description ConfigInstaller::$activeStorages protected property The active configuration storages, keyed by collection. ConfigInstaller::$configFactory protected property The configuration factory. ConfigInstaller::$configManager protected property The

ConfigImportValidateEventSubscriberBase::onConfigImporterValidate

abstract public ConfigImportValidateEventSubscriberBase::onConfigImporterValidate(ConfigImporterEvent $event) Checks that the configuration synchronization is valid. Parameters ConfigImporterEvent $event: The config import event. File core/lib/Drupal/Core/Config/ConfigImportValidateEventSubscriberBase.php, line 20 Class ConfigImportValidateEventSubscriberBase Defines a base event listener implementation for config sync validation. Namespace Drupal\Core\Config Code abstract public func

ConfigImportValidateEventSubscriberBase::getSubscribedEvents

static ConfigImportValidateEventSubscriberBase::getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. The array keys are event names and the value can be: The method name to call (priority defaults to 0) An array composed of the method name to call and the priority An array of arrays composed of the method names to call and respective priorities, or 0 if unset For instance: array('eventName' => 'methodName') array('eventName' => array('methodName',

ConfigImportValidateEventSubscriberBase

Defines a base event listener implementation for config sync validation. Hierarchy class \Drupal\Core\Config\ConfigImportValidateEventSubscriberBase implements EventSubscriberInterface uses StringTranslationTrait File core/lib/Drupal/Core/Config/ConfigImportValidateEventSubscriberBase.php, line 11 Namespace Drupal\Core\Config Members Name Modifiers Type Description ConfigImportValidateEventSubscriberBase::getSubscribedEvents static function Returns an array of event name

ConfigImportSubscriber::__construct

public ConfigImportSubscriber::__construct(ThemeHandlerInterface $theme_handler) Constructs the ConfigImportSubscriber. Parameters \Drupal\Core\Extension\ThemeHandlerInterface $theme_handler: The theme handler. File core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php, line 45 Class ConfigImportSubscriber Config import subscriber for config import events. Namespace Drupal\Core\EventSubscriber Code public function __construct(ThemeHandlerInterface $theme_handler) { $this-&

ConfigImportSubscriber::validateThemes

protected ConfigImportSubscriber::validateThemes(ConfigImporter $config_importer) Validates theme installations and uninstallations. Parameters \Drupal\Core\Config\ConfigImporter $config_importer: The configuration importer. File core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php, line 144 Class ConfigImportSubscriber Config import subscriber for config import events. Namespace Drupal\Core\EventSubscriber Code protected function validateThemes(ConfigImporter $config_impor