Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ConfigInstallDependencyTestHooks::configTestCreate | function | core/ |
Implements hook_ENTITY_TYPE_create(). |
| ConfigInstaller | class | core/ |
The config installer. |
| ConfigInstaller.php | file | core/ |
|
| ConfigInstaller::$activeStorages | property | core/ |
The active configuration storages, keyed by collection. |
| ConfigInstaller::$configFactory | property | core/ |
The configuration factory. |
| ConfigInstaller::$configManager | property | core/ |
The configuration manager. |
| 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::$sourceStorage | property | core/ |
The configuration storage that provides the default configuration. |
| ConfigInstaller::$typedConfig | property | core/ |
The typed configuration manager. |
| ConfigInstaller::checkConfigurationToInstall | function | core/ |
|
| 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/ |
|
| ConfigInstaller::installCollectionDefaultConfig | function | core/ |
|
| ConfigInstaller::installDefaultConfig | function | core/ |
|
| ConfigInstaller::installOptionalConfig | function | core/ |
|
| ConfigInstaller::isSyncing | function | core/ |
|
| ConfigInstaller::setSourceStorage | function | core/ |
|
| ConfigInstaller::setSyncing | function | core/ |
|
| ConfigInstaller::validateDependencies | function | core/ |
Validates an array of config data that contains dependency information. |
| ConfigInstaller::__construct | function | core/ |
Constructs the configuration installer. |
| 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. |
| ConfigInstallProfileOverrideTest.php | file | core/ |
|
| ConfigInstallProfileOverrideTest::$defaultTheme | property | core/ |
|
| ConfigInstallProfileOverrideTest::$profile | property | core/ |
The profile to install as a basis for testing. |
| ConfigInstallProfileOverrideTest::testInstallProfileConfigOverwrite | function | core/ |
Tests install profile config changes. |
| ConfigInstallProfileUnmetDependenciesTest | class | core/ |
Tests install profile config overrides can not add unmet dependencies. |
| ConfigInstallProfileUnmetDependenciesTest.php | file | core/ |
|
| ConfigInstallProfileUnmetDependenciesTest::$defaultTheme | property | core/ |
Pagination
- Previous page
- Page 248
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.