Search for config

  1. Search 7.x for config
  2. Search 9.5.x for config
  3. Search 8.9.x for config
  4. Search 10.3.x for config
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Config class composer/Plugin/VendorHardening/Config.php Determine configuration.
Config class core/modules/migrate_drupal/src/Plugin/migrate/source/d8/Config.php Drupal 8+ configuration source from database.
Config class core/modules/migrate/src/Plugin/migrate/destination/Config.php Provides Configuration Management destination plugin.
Config class core/lib/Drupal/Core/Config/Config.php Defines the default configuration object.

All search results

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.