Search for key

  1. Search 7.x for key
  2. Search 9.5.x for key
  3. Search 8.9.x for key
  4. Search 10.3.x for key
  5. Other projects
Title Object type File name Summary
ConfigEntityBaseUnitTest::testToArrayIdKey function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::toArray[[api-linebreak]]
ConfigEntityQueryTest::testLookupKeys function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php Tests lookup keys are added to the key value store.
ConfigEntityStorage::$uuidKey property core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Name of entity's UUID database table field, if it supports UUIDs.
ConfigEntityType::$lookup_keys property core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php
ConfigEntityType::getConfigDependencyKey function core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php Gets the key that is used to store configuration dependencies.
ConfigEntityType::getLookupKeys function core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php Gets the keys that are available for fast lookup.
ConfigEntityTypeInterface::getLookupKeys function core/lib/Drupal/Core/Config/Entity/ConfigEntityTypeInterface.php Gets the keys that are available for fast lookup.
ConfigEntityUpdater::SANDBOX_KEY constant core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php The key used to store information in the update sandbox.
ConfigEntityValidationTestBase::$propertiesWithRequiredKeys property core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php The config entity mapping properties with >=1 required keys.
ConfigEntityValidationTestBase::getRequiredPropertyKeys function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php Determines the config entity mapping properties with required keys.
ConfigEntityValidationTestBase::testRequiredPropertyKeysMissing function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php A property that is required must have a value (i.e. not NULL).
ConfigFactory::getCacheKeys function core/lib/Drupal/Core/Config/ConfigFactory.php The cache keys associated with the state of the config factory.
ConfigFactory::getConfigCacheKey function core/lib/Drupal/Core/Config/ConfigFactory.php Gets the static cache key for a given config name.
ConfigFactory::getConfigCacheKeys function core/lib/Drupal/Core/Config/ConfigFactory.php Gets all the cache keys that match the provided config name.
ConfigFactoryInterface::getCacheKeys function core/lib/Drupal/Core/Config/ConfigFactoryInterface.php The cache keys associated with the state of the config factory.
ConfigFormBase::CONFIG_KEY_TO_FORM_ELEMENT_MAP constant core/lib/Drupal/Core/Form/ConfigFormBase.php The $form_state key which stores a map of config keys to form elements.
ConfigFormBase::storeConfigKeyToFormElementMap function core/lib/Drupal/Core/Form/ConfigFormBase.php Render API callback: Stores a map of element names to config keys.
ConfigHandler::getFormKey function core/modules/views_ui/src/Form/Ajax/ConfigHandler.php
ConfigHandlerExtra::getFormKey function core/modules/views_ui/src/Form/Ajax/ConfigHandlerExtra.php
ConfigHandlerGroup::getFormKey function core/modules/views_ui/src/Form/Ajax/ConfigHandlerGroup.php
ConfigTargetTest::testIncorrectKey function core/modules/system/tests/src/Functional/Form/ConfigTargetTest.php Tests #config_target with an incorrect key.
ConfigTest::assertOverriddenKeys function core/tests/Drupal/Tests/Core/Config/ConfigTest.php Asserts that the correct keys are overridden.
Connection::$key property core/lib/Drupal/Core/Database/Connection.php The key representing this connection.
Connection::getKey function core/lib/Drupal/Core/Database/Connection.php Returns the key this connection is associated with.
Connection::setKey function core/lib/Drupal/Core/Database/Connection.php Tells this connection object what its key is.
ContentEntityBase::$defaultLangcodeKey property core/lib/Drupal/Core/Entity/ContentEntityBase.php The default langcode entity key.
ContentEntityBase::$entityKeys property core/lib/Drupal/Core/Entity/ContentEntityBase.php Holds untranslatable entity keys such as the ID, bundle, and revision ID.
ContentEntityBase::$langcodeKey property core/lib/Drupal/Core/Entity/ContentEntityBase.php The language entity key.
ContentEntityBase::$revisionTranslationAffectedKey property core/lib/Drupal/Core/Entity/ContentEntityBase.php The revision translation affected entity key.
ContentEntityBase::$translatableEntityKeys property core/lib/Drupal/Core/Entity/ContentEntityBase.php Holds translatable entity keys such as the label.
ContentEntityBase::getEntityKey function core/lib/Drupal/Core/Entity/ContentEntityBase.php Gets the value of the given entity key, if defined.
ContentEntityCloneTest::testEntityKeysModifications function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php Tests modifications on entity keys of a cloned entity object.
ContentEntityStorageBase::$bundleKey property core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php The entity bundle key.
ContentEntityType::$revision_metadata_keys property core/lib/Drupal/Core/Entity/ContentEntityType.php
ContentEntityType::getConfigDependencyKey function core/lib/Drupal/Core/Entity/ContentEntityType.php Gets the key that is used to store configuration dependencies.
ContentEntityType::getRevisionMetadataKey function core/lib/Drupal/Core/Entity/ContentEntityType.php Gets a specific entity revision metadata key.
ContentEntityType::getRevisionMetadataKeys function core/lib/Drupal/Core/Entity/ContentEntityType.php Gets an array of entity revision metadata keys.
ContentEntityType::hasRevisionMetadataKey function core/lib/Drupal/Core/Entity/ContentEntityType.php Indicates if a given entity revision metadata key exists.
ContentEntityType::setRevisionMetadataKey function core/lib/Drupal/Core/Entity/ContentEntityType.php Sets a revision metadata key.
ContentEntityTypeInterface::getRevisionMetadataKey function core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php Gets a specific entity revision metadata key.
ContentEntityTypeInterface::getRevisionMetadataKeys function core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php Gets an array of entity revision metadata keys.
ContentEntityTypeInterface::hasRevisionMetadataKey function core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php Indicates if a given entity revision metadata key exists.
ContentEntityTypeInterface::setRevisionMetadataKey function core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php Sets a revision metadata key.
ContentModerationStateStorageSchemaTest::testUniqueKeys function core/modules/content_moderation/tests/src/Kernel/ContentModerationStateStorageSchemaTest.php Tests the ContentModerationState unique keys.
ContextCacheKeys class core/lib/Drupal/Core/Cache/Context/ContextCacheKeys.php A value object to store generated cache keys with its cacheability metadata.
ContextCacheKeys.php file core/lib/Drupal/Core/Cache/Context/ContextCacheKeys.php
ContextCacheKeys::$keys property core/lib/Drupal/Core/Cache/Context/ContextCacheKeys.php The generated cache keys.
ContextCacheKeys::getKeys function core/lib/Drupal/Core/Cache/Context/ContextCacheKeys.php Gets the generated cache keys.
ContextCacheKeys::__construct function core/lib/Drupal/Core/Cache/Context/ContextCacheKeys.php Constructs a ContextCacheKeys object.
ControllerBase::$keyValue property core/lib/Drupal/Core/Controller/ControllerBase.php The key-value storage.

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