Search for conf
Title | Object type | File name | Summary |
---|---|---|---|
ConfigInstaller::$container | property | core/ |
The service container. |
ConfigInstaller::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
ConfigInstaller::$eventDispatcher | property | core/ |
The event dispatcher. |
ConfigInstaller::$extensionPathResolver | property | core/ |
The extension path resolver. |
ConfigInstaller::$installProfile | property | core/ |
The name of the currently active installation profile. |
ConfigInstaller::$isSyncing | property | core/ |
Is configuration being created as part of a configuration sync. |
ConfigInstaller::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
ConfigInstaller::$sourceStorage | property | core/ |
The configuration storage that provides the default configuration. |
ConfigInstaller::$typedConfig | property | core/ |
The typed configuration manager. |
ConfigInstaller::checkConfigurationToInstall | function | core/ |
Checks the configuration that will be installed for an extension. |
ConfigInstaller::checkConfigurationToInstall | function | core/ |
Checks the configuration that will be installed for an extension. |
ConfigInstaller::createConfiguration | function | core/ |
Creates configuration in a collection based on the provided list. |
ConfigInstaller::drupalGetProfile | function | core/ |
Gets the install profile from settings. |
ConfigInstaller::findDefaultConfigWithUnmetDependencies | function | core/ |
Finds default configuration with unmet dependencies. |
ConfigInstaller::findPreExistingConfiguration | function | core/ |
Finds pre-existing configuration objects for the provided extension. |
ConfigInstaller::getActiveStorages | function | core/ |
Gets the configuration storage that provides the active configuration. |
ConfigInstaller::getConfigToCreate | function | core/ |
Gets configuration data from the provided storage to create. |
ConfigInstaller::getDefaultConfigDirectory | function | core/ |
Gets an extension's default configuration directory. |
ConfigInstaller::getEnabledExtensions | function | core/ |
Gets the list of enabled extensions including both modules and themes. |
ConfigInstaller::getMissingDependencies | function | core/ |
Returns an array of missing dependencies for a config object. |
ConfigInstaller::getProfileStorages | function | core/ |
Gets the profile storage to use to check for profile overrides. |
ConfigInstaller::getSourceStorage | function | core/ |
Gets the configuration storage that provides the default configuration. |
ConfigInstaller::getSourceStorage | function | core/ |
Gets the configuration storage that provides the default configuration. |
ConfigInstaller::installCollectionDefaultConfig | function | core/ |
Installs all default configuration in the specified collection. |
ConfigInstaller::installCollectionDefaultConfig | function | core/ |
Installs all default configuration in the specified collection. |
ConfigInstaller::installDefaultConfig | function | core/ |
Installs the default configuration of a given extension. |
ConfigInstaller::installDefaultConfig | function | core/ |
Installs the default configuration of a given extension. |
ConfigInstaller::installOptionalConfig | function | core/ |
Installs optional configuration. |
ConfigInstaller::installOptionalConfig | function | core/ |
Installs optional configuration. |
ConfigInstaller::isSyncing | function | core/ |
Gets the syncing state. |
ConfigInstaller::isSyncing | function | core/ |
Gets the syncing state. |
ConfigInstaller::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
ConfigInstaller::setSourceStorage | function | core/ |
Sets the configuration storage that provides the default configuration. |
ConfigInstaller::setSourceStorage | function | core/ |
Sets the configuration storage that provides the default configuration. |
ConfigInstaller::setSyncing | function | core/ |
Sets the status of the isSyncing flag. |
ConfigInstaller::setSyncing | function | core/ |
Sets the status of the isSyncing flag. |
ConfigInstaller::validateDependencies | function | core/ |
Validates an array of config data that contains dependency information. |
ConfigInstaller::__construct | function | core/ |
Constructs the configuration installer. |
ConfigInstaller::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
ConfigInstallerInterface | interface | core/ |
Interface for classes that install config. |
ConfigInstallerInterface.php | file | core/ |
|
ConfigInstallerInterface::checkConfigurationToInstall | function | core/ |
Checks the configuration that will be installed for an extension. |
ConfigInstallerInterface::getSourceStorage | function | core/ |
Gets the configuration storage that provides the default configuration. |
ConfigInstallerInterface::installCollectionDefaultConfig | function | core/ |
Installs all default configuration in the specified collection. |
ConfigInstallerInterface::installDefaultConfig | function | core/ |
Installs the default configuration of a given extension. |
ConfigInstallerInterface::installOptionalConfig | function | core/ |
Installs optional configuration. |
ConfigInstallerInterface::isSyncing | function | core/ |
Gets the syncing state. |
ConfigInstallerInterface::setSourceStorage | function | core/ |
Sets the configuration storage that provides the default configuration. |
ConfigInstallerInterface::setSyncing | function | core/ |
Sets the status of the isSyncing flag. |
ConfigInstallProfileOverrideTest | class | core/ |
Tests that configuration objects are correct after various operations. |
Pagination
- Previous page
- Page 32
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.