Search for getConfig

  1. Search 7.x for getConfig
  2. Search 9.5.x for getConfig
  3. Search 8.9.x for getConfig
  4. Search 10.3.x for getConfig
  5. Other projects
Title Object type File name Summary
BaseFieldDefinition::getConfig function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Gets an object that can be saved in configuration.
BlockPluginTrait::getConfiguration function core/lib/Drupal/Core/Block/BlockPluginTrait.php
CheckpointStorageTest::getConfigImporter function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php
CKEditor5PluginConfigurableTrait::getConfiguration function core/modules/ckeditor5/src/Plugin/CKEditor5PluginConfigurableTrait.php
ConditionPluginBase::getConfiguration function core/lib/Drupal/Core/Condition/ConditionPluginBase.php Gets this plugin's configuration.
ConditionPluginCollection::getConfiguration function core/lib/Drupal/Core/Condition/ConditionPluginCollection.php Gets the current configuration of all plugins in this collection.
ConditionPluginCollectionTest::testGetConfiguration function core/tests/Drupal/KernelTests/Core/Condition/ConditionPluginCollectionTest.php @covers ::getConfiguration
ConfigActionManager::getConfigNamesMatchingExpression function core/lib/Drupal/Core/Config/Action/ConfigActionManager.php Gets the names of all active config objects that match an expression.
ConfigConfigurator::getConfigStorage function core/lib/Drupal/Core/Recipe/ConfigConfigurator.php Gets a config storage object for reading config from the recipe.
ConfigCrudEvent::getConfig function core/lib/Drupal/Core/Config/ConfigCrudEvent.php Gets configuration object.
ConfigEntityAdapter::getConfigTypedData function core/lib/Drupal/Core/Entity/Plugin/DataType/ConfigEntityAdapter.php Gets typed data for config entity.
ConfigEntityBase::getConfigDependencyName function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Gets the configuration dependency name.
ConfigEntityBase::getConfigManager function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Gets the configuration manager.
ConfigEntityBase::getConfigTarget function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Gets the configuration target identifier for the entity.
ConfigEntityDependency::getConfigDependencyName function core/lib/Drupal/Core/Config/Entity/ConfigEntityDependency.php Gets the configuration entity's configuration dependency name.
ConfigEntityType::getConfigDependencyKey function core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php Gets the key that is used to store configuration dependencies.
ConfigEntityType::getConfigPrefix function core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php Gets the config prefix used by the configuration entity type.
ConfigEntityTypeInterface::getConfigPrefix function core/lib/Drupal/Core/Config/Entity/ConfigEntityTypeInterface.php Gets the config prefix used by the configuration entity type.
ConfigEntityTypeTest::providerTestGetConfigPrefix function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php Provides test data.
ConfigEntityTypeTest::testGetConfigPrefix function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php Tests the getConfigPrefix() method.
ConfigFactory::getConfigCacheKey function core/lib/Drupal/Core/Config/ConfigFactory.php Gets the static cache key for a given config name.
ConfigFactory::getConfigCacheKeys function core/lib/Drupal/Core/Config/ConfigFactory.php Gets all the cache keys that match the provided config name.
ConfigImporterEvent::getConfigImporter function core/lib/Drupal/Core/Config/ConfigImporterEvent.php Gets the config import object.
ConfigInstaller::getConfigToCreate function core/lib/Drupal/Core/Config/ConfigInstaller.php Gets configuration data from the provided storage to create.
ConfigLocalTasksTest::getConfigAdminRoutes function core/modules/config/tests/src/Unit/Menu/ConfigLocalTasksTest.php Provides a list of routes to test.
ConfigManager::getConfigCollectionInfo function core/lib/Drupal/Core/Config/ConfigManager.php Gets available collection information using the event system.
ConfigManager::getConfigDependencyManager function core/lib/Drupal/Core/Config/ConfigManager.php Creates and populates a ConfigDependencyManager object.
ConfigManager::getConfigEntitiesToChangeOnDependencyRemoval function core/lib/Drupal/Core/Config/ConfigManager.php Lists which config entities to update and delete on removal of a dependency.
ConfigManager::getConfigFactory function core/lib/Drupal/Core/Config/ConfigManager.php Gets the config factory.
ConfigManagerInterface::getConfigCollectionInfo function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Gets available collection information using the event system.
ConfigManagerInterface::getConfigDependencyManager function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Creates and populates a ConfigDependencyManager object.
ConfigManagerInterface::getConfigEntitiesToChangeOnDependencyRemoval function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Lists which config entities to update and delete on removal of a dependency.
ConfigManagerInterface::getConfigFactory function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Gets the config factory.
ConfigMapperInterface::getConfigData function core/modules/config_translation/src/ConfigMapperInterface.php Returns an array with all configuration data.
ConfigMapperInterface::getConfigNames function core/modules/config_translation/src/ConfigMapperInterface.php Returns an array of configuration names for the mapper.
ConfigNamesMapper::getConfigData function core/modules/config_translation/src/ConfigNamesMapper.php Returns an array with all configuration data.
ConfigNamesMapper::getConfigNames function core/modules/config_translation/src/ConfigNamesMapper.php Returns an array of configuration names for the mapper.
ConfigNamesMapperTest::testGetConfigData function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getConfigData().
ConfigNamesMapperTest::testGetConfigNames function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getConfigNames().
ConfigurableActionBase::getConfiguration function core/lib/Drupal/Core/Action/ConfigurableActionBase.php Gets this plugin's configuration.
ConfigurableInterface::getConfiguration function core/lib/Drupal/Component/Plugin/ConfigurableInterface.php Gets this plugin's configuration.
ConfigurableLanguageManager::getConfigOverrideLanguage function core/modules/language/src/ConfigurableLanguageManager.php Gets the current configuration override language.
ConfigurablePlugin::getConfiguration function core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php Gets this plugin's configuration.
ConfigurableSearchPluginBase::getConfiguration function core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php Gets this plugin's configuration.
ContentEntityType::getConfigDependencyKey function core/lib/Drupal/Core/Entity/ContentEntityType.php Gets the key that is used to store configuration dependencies.
ContentModeration::getConfiguration function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Gets this plugin's configuration.
ControllerBaseTest::testGetConfig function core/tests/Drupal/Tests/Core/Controller/ControllerBaseTest.php Tests the config method.
DefaultLazyPluginCollection::getConfiguration function core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php Gets the current configuration of all plugins in this collection.
DefaultLazyPluginCollectionTest::testConfigurableGetConfiguration function core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php @covers ::getConfiguration
DefaultLazyPluginCollectionTest::testGetConfiguration function core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php @covers ::getConfiguration

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