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
AddHandler::getFormKey function core/modules/views_ui/src/Form/Ajax/AddHandler.php Returns the key that represents this form.
AjaxFormImageButtonTest::testAjaxImageButtonKeypressEnter function core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php Tests image buttons can be operated with the keyboard ENTER key.
AjaxFormImageButtonTest::testAjaxImageButtonKeypressSpace function core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php Tests image buttons can be operated with the keyboard SPACE key.
AliasManager::$cacheKey property core/modules/path_alias/src/AliasManager.php The cache key to use when caching paths.
AliasManager::setCacheKey function core/modules/path_alias/src/AliasManager.php
AliasManagerTest::$cacheKey property core/modules/path_alias/tests/src/Unit/AliasManagerTest.php The internal cache key used by the alias manager.
Analyze::getFormKey function core/modules/views_ui/src/Form/Ajax/Analyze.php Returns the key that represents this form.
ApcuBackend::getApcuKey function core/lib/Drupal/Core/Cache/ApcuBackend.php Prepends the APCu user variable prefix for this bin to a cache item ID.
ArgumentsConfigArrayKey class core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php A stub class used by testGetInstanceArguments().
ArgumentsConfigArrayKey::__construct function core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php
ArrayBuildTest::testNonExistentKey function core/modules/migrate/tests/src/Unit/process/ArrayBuildTest.php Tests non-existent key for the key configuration.
ArrayElement::getAllKeys function core/lib/Drupal/Core/Config/Schema/ArrayElement.php Gets valid configuration data keys.
AssetQueryString::STATE_KEY constant core/lib/Drupal/Core/Asset/AssetQueryString.php The key used for state.
BrowserTestBaseTest::testHtKey function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests the protections provided by .htkey.
BulkForm::calculateEntityBulkFormKey function core/modules/views/src/Plugin/views/field/BulkForm.php Calculates a bulk form key.
BulkForm::loadEntityFromBulkFormKey function core/modules/views/src/Plugin/views/field/BulkForm.php Loads an entity based on a bulk form key.
CacheableRouteProviderInterface::addExtraCacheKeyPart function core/lib/Drupal/Core/Routing/CacheableRouteProviderInterface.php Adds a cache key part to be used in the cache ID of the route collection.
CacheCollector::$keysToPersist property core/lib/Drupal/Core/Cache/CacheCollector.php An array of keys to add to the cache on service termination.
CacheCollector::$keysToRemove property core/lib/Drupal/Core/Cache/CacheCollector.php An array of keys to remove from the cache on service termination.
CacheContextsManager::convertTokensToKeys function core/lib/Drupal/Core/Cache/Context/CacheContextsManager.php Converts cache context tokens to cache keys.
CacheContextsManagerTest::testConvertTokensToKeys function core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php @covers ::convertTokensToKeys
CacheDecoratorInterface::setCacheKey function core/lib/Drupal/Core/CacheDecorator/CacheDecoratorInterface.php Specify the key to use when writing the cache.
CachedStorage::getCacheKey function core/lib/Drupal/Core/Config/CachedStorage.php Returns a cache key for a configuration name using the collection.
CachedStorage::getCacheKeys function core/lib/Drupal/Core/Config/CachedStorage.php Returns a cache key map for an array of configuration names.
CachePluginBase::$resultsKey property core/modules/views/src/Plugin/views/cache/CachePluginBase.php Stores the cache ID used for the results cache.
CachePluginBase::generateResultsKey function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Calculates and sets a cache ID used for the result cache.
CachePluginBase::getResultsKey function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Returns the resultsKey property.
CachePluginBase::getRowCacheKeys function core/modules/views/src/Plugin/views/cache/CachePluginBase.php Returns the row cache keys.
CheckpointStorage::$keyValueStores property core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php The key value stores that store configuration changed for each checkpoint.
CheckpointStorage::CONFIG_COLLECTION_KEY constant core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Used to store the list of collections in each checkpoint.
CheckpointStorage::getKeyValue function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Gets the key value storage for the provided checkpoint.
CheckpointStorage::KEY_VALUE_COLLECTION_PREFIX constant core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Used as prefix to a config checkpoint collection.
CKEditor5TestBase::triggerKeyUp function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5TestBase.php Trigger a keyup event on the selected element.
ClassWithConstants::OTHER_KEY_ constant core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithConstants.php
ClassWithConstants::OTHER_KEY_2 constant core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithConstants.php
ClassWithConstants::SOME_KEY constant core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithConstants.php
CommentActionsTest::$keywords property core/modules/comment/tests/src/Kernel/CommentActionsTest.php Keywords used for testing.
CommentActionsTest::testCommentUnpublishByKeyword function core/modules/comment/tests/src/Kernel/CommentActionsTest.php Tests the unpublish comment by keyword action.
ComponentLoader::getCacheKey function core/lib/Drupal/Core/Template/Loader/ComponentLoader.php
ComponentNegotiator::generateCacheKey function core/modules/sdc/src/ComponentNegotiator.php Generates the cache key for the current theme and the provided component.
ComponentNegotiator::generateCacheKey function core/lib/Drupal/Core/Theme/ComponentNegotiator.php Generates the cache key for the current theme and the provided component.
ConfigBase::validateKeys function core/lib/Drupal/Core/Config/ConfigBase.php Validates all keys in a passed in config array structure.
ConfigConfigurator::recursiveSortByKey function core/lib/Drupal/Core/Recipe/ConfigConfigurator.php Sorts an array recursively, by key, alphabetically.
ConfigConfiguratorTest::testExistingConfigWithKeysInDifferentOrder function core/tests/Drupal/KernelTests/Core/Recipe/ConfigConfiguratorTest.php
ConfigEntityBaseUnitTest::testToArrayIdKey function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::toArray
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.

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