Search for Id

  1. Search 7.x for Id
  2. Search 9.5.x for Id
  3. Search 8.9.x for Id
  4. Search 10.3.x for Id
  5. Other projects
Title Object type File name Summary
ConfigInstallProfileOverrideTest::$profile property core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php The profile to install as a basis for testing.
ConfigInstallProfileOverrideTest::testInstallProfileConfigOverwrite function core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php Tests install profile config changes.
ConfigInstallProfileUnmetDependenciesTest::copyTestingOverrides function core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php Copy the testing_config_overrides install profile.
ConfigInstallTest::testIdMisMatch function core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php Tests installing configuration where the filename and ID do not match.
ConfigLanguageOverrideTest class core/tests/Drupal/KernelTests/Core/Config/ConfigLanguageOverrideTest.php Confirm that language overrides work.
ConfigLanguageOverrideTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigLanguageOverrideTest.php
ConfigLanguageOverrideTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ConfigLanguageOverrideTest.php Modules to install.
ConfigLanguageOverrideTest::setUp function core/tests/Drupal/KernelTests/Core/Config/ConfigLanguageOverrideTest.php
ConfigLanguageOverrideTest::testConfigLanguageOverride function core/tests/Drupal/KernelTests/Core/Config/ConfigLanguageOverrideTest.php Tests locale override based on language.
ConfigLanguageOverrideWebTest class core/modules/config/tests/src/Functional/ConfigLanguageOverrideWebTest.php Tests language overrides applied through the website.
ConfigLanguageOverrideWebTest.php file core/modules/config/tests/src/Functional/ConfigLanguageOverrideWebTest.php
ConfigLanguageOverrideWebTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigLanguageOverrideWebTest.php The theme to install as the default for testing.
ConfigLanguageOverrideWebTest::$modules property core/modules/config/tests/src/Functional/ConfigLanguageOverrideWebTest.php Modules to install.
ConfigLanguageOverrideWebTest::setUp function core/modules/config/tests/src/Functional/ConfigLanguageOverrideWebTest.php
ConfigLanguageOverrideWebTest::testSiteNameTranslation function core/modules/config/tests/src/Functional/ConfigLanguageOverrideWebTest.php Tests translating the site name.
ConfigManager::getEntityTypeIdByName function core/lib/Drupal/Core/Config/ConfigManager.php Returns the entity type of a configuration object.
ConfigManagerInterface::getEntityTypeIdByName function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Returns the entity type of a configuration object.
ConfigMapperManagerTest::providerTestHasTranslatable function core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php Provides data for ConfigMapperManager::testHasTranslatable()
ConfigModuleOverridesEvent class core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php Event object to allow configuration to be overridden by modules.
ConfigModuleOverridesEvent.php file core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php
ConfigModuleOverridesEvent::$language property core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php The Language object used to override configuration data.
ConfigModuleOverridesEvent::$names property core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php Configuration names.
ConfigModuleOverridesEvent::$overrides property core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php Configuration overrides.
ConfigModuleOverridesEvent::getLanguage function core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php Gets configuration language.
ConfigModuleOverridesEvent::getNames function core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php Gets configuration names.
ConfigModuleOverridesEvent::getOverrides function core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php Get configuration overrides.
ConfigModuleOverridesEvent::setOverride function core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php Sets a configuration override for the given name.
ConfigModuleOverridesEvent::__construct function core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php Constructs a configuration overrides event object.
ConfigModuleOverridesTest class core/tests/Drupal/KernelTests/Core/Config/ConfigModuleOverridesTest.php Tests module overrides of configuration using event subscribers.
ConfigModuleOverridesTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigModuleOverridesTest.php
ConfigModuleOverridesTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ConfigModuleOverridesTest.php Modules to install.
ConfigModuleOverridesTest::testSimpleModuleOverrides function core/tests/Drupal/KernelTests/Core/Config/ConfigModuleOverridesTest.php
ConfigNamesMapper::$routeProvider property core/modules/config_translation/src/ConfigNamesMapper.php The route provider.
ConfigNamesMapperTest::$routeProvider property core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php The route provider used for testing.
ConfigNamesMapperTest::providerTestHasSchema function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Provides data for ConfigMapperTest::testHasSchema().
ConfigNamesMapperTest::providerTestHasTranslatable function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Provides data for ConfigNamesMapperTest::testHasTranslatable().
ConfigNamesMapperTest::providerTestHasTranslation function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Provides data for ConfigNamesMapperTest::testHasTranslation().
ConfigOverride class core/lib/Drupal/Core/Installer/ConfigOverride.php Override configuration during the installer.
ConfigOverride.php file core/lib/Drupal/Core/Installer/ConfigOverride.php
ConfigOverride::createConfigObject function core/lib/Drupal/Core/Installer/ConfigOverride.php
ConfigOverride::getCacheableMetadata function core/lib/Drupal/Core/Installer/ConfigOverride.php
ConfigOverride::getCacheSuffix function core/lib/Drupal/Core/Installer/ConfigOverride.php
ConfigOverride::loadOverrides function core/lib/Drupal/Core/Installer/ConfigOverride.php
ConfigOverride::register function core/lib/Drupal/Core/Installer/ConfigOverride.php Registers services to the container.
ConfigOverrideIntegrationTestCacheContext class core/modules/config/tests/config_override_integration_test/src/Cache/ConfigOverrideIntegrationTestCacheContext.php A cache context service intended for the config override integration test.
ConfigOverrideIntegrationTestCacheContext.php file core/modules/config/tests/config_override_integration_test/src/Cache/ConfigOverrideIntegrationTestCacheContext.php
ConfigOverrideIntegrationTestCacheContext::getCacheableMetadata function core/modules/config/tests/config_override_integration_test/src/Cache/ConfigOverrideIntegrationTestCacheContext.php Gets the cacheability metadata for the context.
ConfigOverrideIntegrationTestCacheContext::getContext function core/modules/config/tests/config_override_integration_test/src/Cache/ConfigOverrideIntegrationTestCacheContext.php Returns the string representation of the cache context.
ConfigOverrideIntegrationTestCacheContext::getLabel function core/modules/config/tests/config_override_integration_test/src/Cache/ConfigOverrideIntegrationTestCacheContext.php Returns the label of the cache context.
ConfigOverrider class core/modules/config/tests/config_override_test/src/ConfigOverrider.php Tests module overrides for configuration.

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