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 11.x for Id
  5. Other projects
Title Object type File name Summary
ConfigActionManager::$deprecatedPluginIds property core/lib/Drupal/Core/Config/Action/ConfigActionManager.php Information about all deprecated plugin IDs.
ConfigActionManager::getShorthandActionIdsForEntityType function core/lib/Drupal/Core/Config/Action/ConfigActionManager.php Gets a map of shorthand action IDs to plugin IDs for an entity type.
ConfigActionTest::testDuplicateShorthandActionIds function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php
ConfigActionTest::testShorthandActionIds function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php
ConfigActionValidationTest class core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php @group Recipe
ConfigActionValidationTest.php file core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php
ConfigActionValidationTest::$modules property core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php Modules to install.
ConfigActionValidationTest::$strictConfigSchema property core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php This test requires that we save invalid config, so we can test that it gets
validated after applying a recipe.
ConfigActionValidationTest::setUp function core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php
ConfigActionValidationTest::testConfigActionDependenciesAreValidated function core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php Tests validating that config actions' dependencies are present.
ConfigActionValidationTest::testConfigActionMissingDependency function core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php Tests config action validation for missing dependency.
ConfigActionValidationTest::testConfigActionsAreValidated function core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php @testWith ["block_content_type"]
["node_type"]
["shortcut_set"]
["menu"]
ConfigBase::validateKeys function core/lib/Drupal/Core/Config/ConfigBase.php Validates all keys in a passed in config array structure.
ConfigBase::validateName function core/lib/Drupal/Core/Config/ConfigBase.php Validates the configuration object name.
ConfigCacheTag::$cacheTagsInvalidator property core/modules/system/src/EventSubscriber/ConfigCacheTag.php The cache tags invalidator.
ConfigCollectionInfo::getOverrideService function core/lib/Drupal/Core/Config/ConfigCollectionInfo.php Gets the config factory override service responsible for the collection.
ConfigCRUDTest::testNameValidation function core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php Tests the validation of configuration object names.
ConfigCRUDTest::testValueValidation function core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php Tests the validation of configuration object values.
ConfigDependencies::$authProviders property core/modules/rest/src/Entity/ConfigDependencies.php The authentication providers, keyed by ID.
ConfigDependencies::$formatProviders property core/modules/rest/src/Entity/ConfigDependencies.php The serialization format providers, keyed by format.
ConfigDependenciesTest::providerBasicDependencies function core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php
ConfigDependenciesTest::providerOnDependencyRemovalForResourceGranularity function core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php
ConfigDependencyManagerTest::providerTestSortAll function core/tests/Drupal/Tests/Core/Config/ConfigDependencyManagerTest.php
ConfigDependencyTest::getDependentIds function core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php Gets a list of identifiers from an array of configuration entities.
ConfigDependencyTest::providerConfigEntityUninstallComplex function core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php Data provider for self::testConfigEntityUninstallComplex().
ConfigDependencyWebTest::MAX_ID_LENGTH constant core/modules/config/tests/src/Functional/ConfigDependencyWebTest.php The maximum length for the entity storage used in this test.
ConfigDuplicateUUIDException class core/lib/Drupal/Core/Config/ConfigDuplicateUUIDException.php Exception thrown when a config object UUID causes a conflict.
ConfigDuplicateUUIDException.php file core/lib/Drupal/Core/Config/ConfigDuplicateUUIDException.php
ConfigEntityAdapterTest::testValidate function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php @covers ::validate
ConfigEntityBase::$originalId property core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php The original ID of the configuration entity.
ConfigEntityBase::$uuid property core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php The UUID for this entity.
ConfigEntityBase::getCacheTagsToInvalidate function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Returns the cache tags that should be used to invalidate caches.
ConfigEntityBase::getOriginalId function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Gets the original ID.
ConfigEntityBase::getThirdPartyProviders function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Gets the list of third parties that store information.
ConfigEntityBase::invalidateTagsOnDelete function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Override to never invalidate the individual entities' cache tags; the
config system already invalidates them.
ConfigEntityBase::invalidateTagsOnSave function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Override to never invalidate the entity's cache tag; the config system
already invalidates it.
ConfigEntityBase::setOriginalId function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Sets the original ID.
ConfigEntityBaseUnitTest::$cacheTagsInvalidator property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php The mocked cache backend.
ConfigEntityBaseUnitTest::$entityTypeId property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php The ID of the type of the entity under test.
ConfigEntityBaseUnitTest::$id property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php The entity ID.
ConfigEntityBaseUnitTest::$uuid property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php The UUID generator used for testing.
ConfigEntityBaseUnitTest::PROVIDER constant core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php The provider of the entity type.
ConfigEntityBaseUnitTest::providerCalculateDependenciesWithPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php Data provider for testCalculateDependenciesWithPluginCollections.
ConfigEntityBaseUnitTest::providerTestSetAndPreSaveWithPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php
ConfigEntityBaseUnitTest::testGetOriginalId function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::setOriginalId
@covers ::getOriginalId
ConfigEntityBaseUnitTest::testToArrayIdKey function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::toArray
ConfigEntityFormOverrideTest class core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php Tests that config overrides do not bleed through in entity forms and lists.
ConfigEntityFormOverrideTest.php file core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php
ConfigEntityFormOverrideTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php The theme to install as the default for testing.
ConfigEntityFormOverrideTest::$modules property core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php Modules to install.

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