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
DefaultSingleLazyPluginCollection::getConfiguration function core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php Gets the current configuration of all plugins in this collection.
DependentPluginDefinitionInterface::getConfigDependencies function core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionInterface.php Gets the config dependencies of this plugin definition.
DependentPluginDefinitionTrait::getConfigDependencies function core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionTrait.php
DeprecationHandler::getConfiguration function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Returns the extension configuration.
DestinationCategoryTest::getConfigurationClasses function core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/DestinationCategoryTest.php Get configuration classes.
DisplayVariantTest::providerTestGetConfiguration function core/tests/Drupal/Tests/Core/Display/DisplayVariantTest.php Provides test data for testGetConfiguration().
DisplayVariantTest::testGetConfiguration function core/tests/Drupal/Tests/Core/Display/DisplayVariantTest.php Tests the getConfiguration() method.
DrupalKernel::getConfigStorage function core/lib/Drupal/Core/DrupalKernel.php Returns the active configuration storage to use during building the container.
EnabledConfigurablePluginsConstraintValidator::getConfigurableEnabledDefinitions function core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraintValidator.php Gets all configurable CKEditor 5 plugin definitions that are enabled.
EntityBase::getConfigDependencyKey function core/lib/Drupal/Core/Entity/EntityBase.php Gets the key that is used to store configuration dependencies.
EntityBase::getConfigDependencyName function core/lib/Drupal/Core/Entity/EntityBase.php Gets the configuration dependency name.
EntityBase::getConfigTarget function core/lib/Drupal/Core/Entity/EntityBase.php Gets the configuration target identifier for the entity.
EntityDeleteForm::getConfigManager function core/lib/Drupal/Core/Entity/EntityDeleteForm.php Gets the configuration manager.
EntityDeleteForm::getConfigNamesToDelete function core/lib/Drupal/Core/Entity/EntityDeleteForm.php Returns config names to delete for the deletion confirmation form.
EntityInterface::getConfigDependencyKey function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the key that is used to store configuration dependencies.
EntityInterface::getConfigDependencyName function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the configuration dependency name.
EntityInterface::getConfigTarget function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the configuration target identifier for the entity.
EntityType::getConfigDependencyKey function core/lib/Drupal/Core/Entity/EntityType.php Gets the key that is used to store configuration dependencies.
EntityTypeInterface::getConfigDependencyKey function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets the key that is used to store configuration dependencies.
ExecutablePluginBase::getConfig function core/lib/Drupal/Core/Executable/ExecutablePluginBase.php Gets all configuration values.
ExecutablePluginBase::getConfigDefinition function core/lib/Drupal/Core/Executable/ExecutablePluginBase.php Gets the definition of a configuration option.
ExecutablePluginBase::getConfigDefinitions function core/lib/Drupal/Core/Executable/ExecutablePluginBase.php Gets an array of definitions of available configuration options.
FieldConfigBase::getConfig function core/lib/Drupal/Core/Field/FieldConfigBase.php Gets an object that can be saved in configuration.
FieldConfigDeleteForm::getConfigNamesToDelete function core/modules/field_ui/src/Form/FieldConfigDeleteForm.php Returns config names to delete for the deletion confirmation form.
FieldDefinition::getConfig function core/lib/Drupal/Core/Field/FieldDefinition.php Gets an object that can be saved in configuration.
FieldDefinitionInterface::getConfig function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Gets an object that can be saved in configuration.
FieldTest::getConfigFieldStorage function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php Returns a mocked configurable field storage object.
FileCacheFactory::getConfiguration function core/lib/Drupal/Component/FileCache/FileCacheFactory.php Gets the configuration used for constructing future file cache objects.
FileCacheFactoryTest::testGetConfigurationOverrides function core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php @covers ::get
FilterBase::getConfiguration function core/modules/filter/src/Plugin/FilterBase.php Gets this plugin's configuration.
FilterPluginCollection::getConfiguration function core/modules/filter/src/FilterPluginCollection.php Gets the current configuration of all plugins in this collection.
ImageEffectBase::getConfiguration function core/modules/image/src/ImageEffectBase.php Gets this plugin's configuration.
InstallerExistingConfigMultilingualTest::getConfigTarball function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigMultilingualTest.php Gets the filepath to the configuration tarball.
InstallerExistingConfigNoConfigTest::getConfigTarball function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoConfigTest.php Gets the filepath to the configuration tarball.
InstallerExistingConfigNoSystemSiteTest::getConfigTarball function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoSystemSiteTest.php Gets the filepath to the configuration tarball.
InstallerExistingConfigProfileHookInstall::getConfigTarball function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstall.php Gets the filepath to the configuration tarball.
InstallerExistingConfigSyncDirectoryMultilingualTest::getConfigTarball function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryMultilingualTest.php Gets the filepath to the configuration tarball.
InstallerExistingConfigSyncDirectoryProfileHookInstall::getConfigTarball function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstall.php Gets the filepath to the configuration tarball.
InstallerExistingConfigSyncDirectoryProfileMismatchTest::getConfigTarball function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php Gets the filepath to the configuration tarball.
InstallerExistingConfigTest::getConfigTarball function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigTest.php Gets the filepath to the configuration tarball.
InstallerExistingConfigTestBase::getConfigTarball function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigTestBase.php Gets the filepath to the configuration tarball.
InstallerKernel::getConfigStorage function core/lib/Drupal/Core/Installer/InstallerKernel.php Returns the active configuration storage used during early install.
KernelTestBase::getConfigSchemaExclusions function core/tests/Drupal/KernelTests/KernelTestBase.php Gets the config schema exclusions for this test.
LanguageManager::getConfigOverrideLanguage function core/lib/Drupal/Core/Language/LanguageManager.php Gets the current configuration override language.
LanguageManagerInterface::getConfigOverrideLanguage function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Gets the current configuration override language.
LayoutDefault::getConfiguration function core/lib/Drupal/Core/Layout/LayoutDefault.php Gets this plugin's configuration.
LazyPluginCollection::getConfiguration function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Gets the current configuration of all plugins in this collection.
MediaSourceBase::getConfiguration function core/modules/media/src/MediaSourceBase.php Gets this plugin's configuration.
MigrationConfigurationTrait::getConfigFactory function core/modules/migrate_drupal/src/MigrationConfigurationTrait.php Gets the config factory service.
MockPhpStorage::getConfiguration function core/modules/system/src/PhpStorage/MockPhpStorage.php Gets the configuration data.

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