Search for conf
Title | Object type | File name | Summary |
---|---|---|---|
ConfigImportUITest::testBatchErrors | function | core/ |
Tests that errors set in the batch and on the ConfigImporter are merged. |
ConfigImportUITest::testConfigUninstallConfigException | function | core/ |
|
ConfigImportUITest::testEntityBundleDelete | function | core/ |
Tests the config importer cannot delete bundles with existing entities. |
ConfigImportUITest::testExtensionValidation | function | core/ |
Tests config importer cannot uninstall extensions which are depended on. |
ConfigImportUITest::testImport | function | core/ |
Tests importing configuration. |
ConfigImportUITest::testImportDiff | function | core/ |
Tests the screen that shows differences between active and sync. |
ConfigImportUITest::testImportErrorLog | function | core/ |
Tests an import that results in an error. |
ConfigImportUITest::testImportLock | function | core/ |
Tests concurrent importing of configuration. |
ConfigImportUITest::testImportSiteUuidValidation | function | core/ |
Tests verification of site UUID before importing configuration. |
ConfigImportUITest::testImportValidation | function | core/ |
Tests that multiple validation errors are listed on the page. |
ConfigImportUploadTest | class | core/ |
Tests importing configuration from an uploaded file. |
ConfigImportUploadTest.php | file | core/ |
|
ConfigImportUploadTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ConfigImportUploadTest::$modules | property | core/ |
Modules to install. |
ConfigImportUploadTest::$webUser | property | core/ |
A user with the 'import configuration' permission. |
ConfigImportUploadTest::setUp | function | core/ |
|
ConfigImportUploadTest::testImport | function | core/ |
Tests importing configuration. |
ConfigImportValidateEventSubscriberBase | class | core/ |
Defines a base event listener implementation for config sync validation. |
ConfigImportValidateEventSubscriberBase.php | file | core/ |
|
ConfigImportValidateEventSubscriberBase::getSubscribedEvents | function | core/ |
|
ConfigImportValidateEventSubscriberBase::onConfigImporterValidate | function | core/ |
Checks that the configuration synchronization is valid. |
ConfigInstaller | class | core/ |
|
ConfigInstaller | class | core/ |
Provides a proxy class for \Drupal\Core\Config\ConfigInstaller. |
ConfigInstaller.php | file | core/ |
|
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::$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::$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::drupalGetPath | function | core/ |
Wrapper for drupal_get_path(). |
ConfigInstaller::drupalGetProfile | function | core/ |
Gets the install profile from settings. |
ConfigInstaller::drupalInstallationAttempted | function | core/ |
Wrapper for drupal_installation_attempted(). |
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. |
Pagination
- Previous page
- Page 26
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.