63 string references to 'Config'

BootstrapConfigStorageFactory::getDatabaseStorage in core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php
Returns a Database configuration storage implementation.
CachedStorageTest::setUp in core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php
ChangeUserRoleBase::calculateDependencies in core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php
Calculates dependencies for the configured plugin.
CheckpointStorageTest::readMethodsProvider in core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php
Provide the methods that work transparently.
CheckpointStorageTest::writeMethodsProvider in core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php
Provide the methods that throw an exception.
ConfigCRUDTest::testDataTypes in core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php
Tests data type handling.
ConfigDependencyManager::getDependentEntities in core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php
Gets dependencies.
ConfigDependencyManager::getGraph in core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php
Gets the dependency graph of all the config entities.
ConfigDependencyManagerTest::testNoConfigEntities in core/tests/Drupal/Tests/Core/Config/Entity/ConfigDependencyManagerTest.php
ConfigDependencyManagerTest::testNoConfiguration in core/tests/Drupal/Tests/Core/Config/Entity/ConfigDependencyManagerTest.php
ConfigDependencyTest::testConfigEntityDelete in core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php
Tests deleting a configuration entity and dependency management.
ConfigDependencyTest::testDependencyManagement in core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php
Tests creating dependencies on configuration entities.
ConfigEntityBase::preDelete in core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
Acts on entities before they are deleted and before hooks are invoked.
ConfigEntityDependencyTest::testEmptyDependencies in core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityDependencyTest.php
ConfigEntityDependencyTest::testWithDependencies in core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityDependencyTest.php
ConfigEntityType::getConfigDependencyKey in core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php
Gets the key that is used to store configuration dependencies.
ConfigFormBaseTraitTest::testConfig in core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php
@covers ::config[[api-linebreak]]
ConfigFormBaseTraitTest::testConfigFactoryException in core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php
@covers ::config[[api-linebreak]]
ConfigFormBaseTraitTest::testConfigFactoryExceptionInvalidProperty in core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php
@covers ::config[[api-linebreak]]
ConfigImportSubscriber::validateDependencies in core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php
Validates configuration being imported does not have unmet dependencies.
ConfigInstaller::getMissingDependencies in core/lib/Drupal/Core/Config/ConfigInstaller.php
Returns an array of missing dependencies for a config object.
ConfigManager::callOnDependencyRemoval in core/lib/Drupal/Core/Config/ConfigManager.php
Calls an entity's onDependencyRemoval() method.
ConfigOtherModuleTest::testInstallOtherModuleFirst in core/modules/config/tests/src/Kernel/ConfigOtherModuleTest.php
Tests enabling the provider of the default configuration first.
ControllerBaseTest::testGetConfig in core/tests/Drupal/Tests/Core/Controller/ControllerBaseTest.php
Tests the config method.
core.services.yml in core/core.services.yml
core/core.services.yml
d6_user_mail.yml in core/modules/user/migrations/d6_user_mail.yml
core/modules/user/migrations/d6_user_mail.yml
d6_user_settings.yml in core/modules/user/migrations/d6_user_settings.yml
core/modules/user/migrations/d6_user_settings.yml
d7_image_settings.yml in core/modules/image/migrations/d7_image_settings.yml
core/modules/image/migrations/d7_image_settings.yml
d7_menu_test.yml in core/modules/migrate_drupal_ui/tests/modules/migrate_drupal_message_test/migrations/d7_menu_test.yml
core/modules/migrate_drupal_ui/tests/modules/migrate_drupal_message_test/migrations/d7_menu_test.yml
d7_user_flood.yml in core/modules/user/migrations/d7_user_flood.yml
core/modules/user/migrations/d7_user_flood.yml
d7_user_mail.yml in core/modules/user/migrations/d7_user_mail.yml
core/modules/user/migrations/d7_user_mail.yml
d7_user_settings.yml in core/modules/user/migrations/d7_user_settings.yml
core/modules/user/migrations/d7_user_settings.yml
DatabaseStorageTest::setUp in core/tests/Drupal/KernelTests/Core/Config/Storage/DatabaseStorageTest.php
DatabaseStorageTest::testExceptionIsThrownIfQueryFails in core/tests/Drupal/KernelTests/Core/Config/Storage/DatabaseStorageTest.php
Tests that operations throw exceptions if the query fails.
DbDumpTest::setUp in core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php
DependencyTest::testModuleEnableOrder in core/modules/system/tests/src/Functional/Module/DependencyTest.php
Tests that module dependencies are enabled in the correct order in the UI.
DriverSpecificSchemaTestBase::testFindTables in core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php
Tests the findTables() method.
DriverSpecificSchemaTestBase::testReservedKeywordsForNaming in core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php
Tests handling with reserved keywords for naming tables, fields and more.
Editor::calculateDependencies in core/modules/editor/src/Entity/Editor.php
Calculates dependencies and stores them in the dependency property.
EntityDisplayBase::calculateDependencies in core/lib/Drupal/Core/Entity/EntityDisplayBase.php
Calculates dependencies and stores them in the dependency property.
EntityDisplayBase::getPluginRemovedDependencies in core/lib/Drupal/Core/Entity/EntityDisplayBase.php
Returns the plugin dependencies being removed.
EntityPermissionsForm::permissionsByProvider in core/modules/user/src/Form/EntityPermissionsForm.php
Group permissions by the modules that provide them.
EntityType::getBundleConfigDependency in core/lib/Drupal/Core/Entity/EntityType.php
Gets the config dependency info for this entity, if any exists.
ExcludedModulesEventSubscriber::getDependentConfigNames in core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php
Get all the configuration which depends on one of the excluded modules.
FileStorage::__construct in core/lib/Drupal/Core/Config/FileStorage.php
Constructs a new FileStorage.
MappingTest::providerMappingInterpretation in core/tests/Drupal/KernelTests/Config/Schema/MappingTest.php
Provides test cases for all kinds of i) dynamic typing, ii) optional keys.
migration_provider_no_annotation.yml in core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/migrations/migration_provider_no_annotation.yml
core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/migrations/migration_provider_no_annotation.yml
ModuleHandlerTest::testDependencyResolution in core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
Tests dependency resolution.
module_test_system_info_alter in core/modules/system/tests/modules/module_test/module_test.module
Implements hook_system_info_alter().
ReadOnlyStorageTest::readMethodsProvider in core/tests/Drupal/Tests/Core/Config/ReadOnlyStorageTest.php
Provide the methods that work transparently.
ReadOnlyStorageTest::writeMethodsProvider in core/tests/Drupal/Tests/Core/Config/ReadOnlyStorageTest.php
Provide the methods that throw an exception.
recipe.yml in core/recipes/standard/recipe.yml
core/recipes/standard/recipe.yml
RecursiveExtensionFilterCallback::accept in core/lib/Drupal/Core/Extension/Discovery/RecursiveExtensionFilterCallback.php
Checks whether a given filesystem directory is acceptable.
Role::onDependencyRemoval in core/modules/user/src/Entity/Role.php
Informs the entity that entities it depends on will be deleted.
SchemaTest::testReservedKeywordsForNaming in core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php
Tests handling with reserved keywords for naming tables, fields and more.
StorageCopyTraitTest::toArray in core/tests/Drupal/Tests/Core/Config/StorageCopyTraitTest.php
Get the protected config data out of a MemoryStorage.
SubProcessWithSkipTest::getDefinition in core/modules/migrate/tests/src/Kernel/process/SubProcessWithSkipTest.php
Provides the test migration definition.
taxonomy_settings.yml in core/modules/taxonomy/migrations/taxonomy_settings.yml
core/modules/taxonomy/migrations/taxonomy_settings.yml
UpdatePathTestBaseFilledTest::testUpdatedSite in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestBaseFilledTest.php
Tests that the content and configuration were properly updated.
update_settings.yml in core/modules/update/migrations/update_settings.yml
core/modules/update/migrations/update_settings.yml
VendorHardeningPluginTest::testCleanAllPackages in core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php
@covers ::cleanAllPackages[[api-linebreak]]
VendorHardeningPluginTest::testCleanPackage in core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php
@covers ::cleanPackage[[api-linebreak]]
views_ui_help in core/modules/views_ui/views_ui.module
Implements hook_help().

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