Search for conf

  1. Search 7.x for conf
  2. Search 9.5.x for conf
  3. Search 10.3.x for conf
  4. Search 11.x for conf
  5. Other projects
Title Object type File name Summary
Config::setData function core/lib/Drupal/Core/Config/Config.php Replaces the data of this configuration object.
Config::setModuleOverride function core/lib/Drupal/Core/Config/Config.php Sets module overrides for this configuration object.
Config::setOverriddenData function core/lib/Drupal/Core/Config/Config.php Sets the current data for this configuration object.
Config::setSettingsOverride function core/lib/Drupal/Core/Config/Config.php Sets settings.php overrides for this configuration object.
Config::__construct function core/lib/Drupal/Core/Config/Config.php Constructs a configuration object.
Config::__construct function core/modules/migrate/src/Plugin/migrate/destination/Config.php Constructs a Config destination object.
Config::__construct function composer/Plugin/VendorHardening/Config.php Construct a Config object.
ConfigAccessTest class core/modules/settings_tray/tests/src/FunctionalJavascript/ConfigAccessTest.php Tests handling of configuration overrides.
ConfigAccessTest.php file core/modules/settings_tray/tests/src/FunctionalJavascript/ConfigAccessTest.php
ConfigAccessTest::$defaultTheme property core/modules/settings_tray/tests/src/FunctionalJavascript/ConfigAccessTest.php The theme to install as the default for testing.
ConfigAccessTest::$modules property core/modules/settings_tray/tests/src/FunctionalJavascript/ConfigAccessTest.php Modules to enable.
ConfigAccessTest::setUp function core/modules/settings_tray/tests/src/FunctionalJavascript/ConfigAccessTest.php
ConfigAccessTest::testBlockConfigAccess function core/modules/settings_tray/tests/src/FunctionalJavascript/ConfigAccessTest.php Tests access to block forms with related configuration is correct.
ConfigAfterInstallerTestBase class core/modules/system/src/Tests/Installer/ConfigAfterInstallerTestBase.php Provides a class for install profiles to check their installed config.
ConfigAfterInstallerTestBase class core/tests/Drupal/FunctionalTests/Installer/ConfigAfterInstallerTestBase.php Provides a class for install profiles to check their installed config.
ConfigAfterInstallerTestBase.php file core/tests/Drupal/FunctionalTests/Installer/ConfigAfterInstallerTestBase.php
ConfigAfterInstallerTestBase.php file core/modules/system/src/Tests/Installer/ConfigAfterInstallerTestBase.php
ConfigAfterInstallerTestBase::assertInstalledConfig function core/modules/system/src/Tests/Installer/ConfigAfterInstallerTestBase.php Ensures that all the installed config looks like the exported one.
ConfigAfterInstallerTestBase::assertInstalledConfig function core/tests/Drupal/FunctionalTests/Installer/ConfigAfterInstallerTestBase.php Ensures that all the installed config looks like the exported one.
ConfigBase class core/lib/Drupal/Core/Config/ConfigBase.php Provides a base class for configuration objects with get/set support.
ConfigBase.php file core/lib/Drupal/Core/Config/ConfigBase.php
ConfigBase::$data property core/lib/Drupal/Core/Config/ConfigBase.php The data of the configuration object.
ConfigBase::$name property core/lib/Drupal/Core/Config/ConfigBase.php The name of the configuration object.
ConfigBase::castSafeStrings function core/lib/Drupal/Core/Config/ConfigBase.php Casts any objects that implement MarkupInterface to string.
ConfigBase::clear function core/lib/Drupal/Core/Config/ConfigBase.php Unsets a value in this configuration object.
ConfigBase::get function core/lib/Drupal/Core/Config/ConfigBase.php Gets data from this configuration object.
ConfigBase::getCacheContexts function core/lib/Drupal/Core/Config/ConfigBase.php The cache contexts associated with this object.
ConfigBase::getCacheMaxAge function core/lib/Drupal/Core/Config/ConfigBase.php The maximum age for which this object may be cached.
ConfigBase::getCacheTags function core/lib/Drupal/Core/Config/ConfigBase.php The cache tags associated with this object.
ConfigBase::getName function core/lib/Drupal/Core/Config/ConfigBase.php Returns the name of this configuration object.
ConfigBase::MAX_NAME_LENGTH constant core/lib/Drupal/Core/Config/ConfigBase.php The maximum length of a configuration object name.
ConfigBase::merge function core/lib/Drupal/Core/Config/ConfigBase.php Merges data into a configuration object.
ConfigBase::set function core/lib/Drupal/Core/Config/ConfigBase.php Sets a value in this configuration object.
ConfigBase::setData function core/lib/Drupal/Core/Config/ConfigBase.php Replaces the data of this configuration object.
ConfigBase::setName function core/lib/Drupal/Core/Config/ConfigBase.php Sets the name of this configuration object.
ConfigBase::validateKeys function core/lib/Drupal/Core/Config/ConfigBase.php Validates all keys in a passed in config array structure.
ConfigBase::validateName function core/lib/Drupal/Core/Config/ConfigBase.php Validates the configuration object name.
ConfigCacheTag class core/modules/system/src/EventSubscriber/ConfigCacheTag.php A subscriber invalidating cache tags when system config objects are saved.
ConfigCacheTag.php file core/modules/system/src/EventSubscriber/ConfigCacheTag.php
ConfigCacheTag::$cacheTagsInvalidator property core/modules/system/src/EventSubscriber/ConfigCacheTag.php The cache tags invalidator.
ConfigCacheTag::$themeHandler property core/modules/system/src/EventSubscriber/ConfigCacheTag.php The theme handler.
ConfigCacheTag::getSubscribedEvents function core/modules/system/src/EventSubscriber/ConfigCacheTag.php
ConfigCacheTag::onSave function core/modules/system/src/EventSubscriber/ConfigCacheTag.php Invalidate cache tags when particular system config objects are saved.
ConfigCacheTag::__construct function core/modules/system/src/EventSubscriber/ConfigCacheTag.php Constructs a ConfigCacheTag object.
ConfigCollectionInfo class core/lib/Drupal/Core/Config/ConfigCollectionInfo.php Gets information on all the possible configuration collections.
ConfigCollectionInfo.php file core/lib/Drupal/Core/Config/ConfigCollectionInfo.php
ConfigCollectionInfo::$collections property core/lib/Drupal/Core/Config/ConfigCollectionInfo.php Configuration collection information keyed by collection name.
ConfigCollectionInfo::addCollection function core/lib/Drupal/Core/Config/ConfigCollectionInfo.php Adds a collection to the list of possible collections.
ConfigCollectionInfo::getCollectionNames function core/lib/Drupal/Core/Config/ConfigCollectionInfo.php Gets the list of possible collection names.
ConfigCollectionInfo::getOverrideService function core/lib/Drupal/Core/Config/ConfigCollectionInfo.php Gets the config factory override service responsible for the collection.

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