Search for getConfig

  1. Search 7.x for getConfig
  2. Search 9.5.x for getConfig
  3. Search 10.3.x for getConfig
  4. Search 11.x for getConfig
  5. Other projects
Title Object type File name Summary
DefaultLazyPluginCollectionTest::testGetConfiguration function core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php @covers ::getConfiguration
DefaultProcessor::getConfiguration function core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php Gets this plugin's configuration.
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
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.
DrupalImage::getConfig function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImage.php Returns the additions to CKEDITOR.config for a specific CKEditor instance.
DrupalImageCaption::getConfig function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImageCaption.php Returns the additions to CKEDITOR.config for a specific CKEditor instance.
DrupalKernel::getConfigStorage function core/lib/Drupal/Core/DrupalKernel.php Returns the active configuration storage to use during building the container.
DrupalLink::getConfig function core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalLink.php Returns the additions to CKEDITOR.config for a specific CKEditor instance.
DrupalMedia::getConfig function core/modules/media/src/Plugin/CKEditorPlugin/DrupalMedia.php Returns the additions to CKEDITOR.config for a specific CKEditor instance.
DrupalMediaLibrary::getConfig function core/modules/media_library/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php Returns the additions to CKEDITOR.config for a specific CKEditor instance.
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.
InstallerExistingConfigSyncDriectoryProfileMismatchTest::getConfigTarball function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDriectoryProfileMismatchTest.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.
Internal::getConfig function core/modules/ckeditor/src/Plugin/CKEditorPlugin/Internal.php Returns the additions to CKEDITOR.config for a specific CKEditor instance.
KernelTestBase::getConfigSchemaExclusions function core/tests/Drupal/KernelTests/KernelTestBase.php Gets the config schema exclusions for this test.
Language::getConfig function core/modules/ckeditor/src/Plugin/CKEditorPlugin/Language.php Returns the additions to CKEDITOR.config for a specific CKEditor instance.

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