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
TestSessionBag::getStorageKey function core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php
ThemeRegistryLoader::getCacheKey function core/lib/Drupal/Core/Template/Loader/ThemeRegistryLoader.php
theme_test_preprocess_theme_test_preprocess_suggestions__monkey function core/modules/system/tests/modules/theme_test/theme_test.module Tests a module overriding a default hook with a suggestion.
TipsPluginCollection::$pluginKey property core/modules/tour/src/TipsPluginCollection.php The key within the plugin configuration that contains the plugin ID.
Tour::$keyedRoutes property core/modules/tour/src/Entity/Tour.php The routes on which this tour should be displayed, keyed by route id.
Tour::resetKeyedRoutes function core/modules/tour/src/Entity/Tour.php Resets the statically cached keyed routes.
TourInterface::resetKeyedRoutes function core/modules/tour/src/TourInterface.php Resets the statically cached keyed routes.
TransitionInterface::PLUGIN_FORM_KEY constant core/modules/workflows/src/TransitionInterface.php The key of the transition plugin form.
TwigComponentLoader::getCacheKey function core/modules/sdc/src/Twig/TwigComponentLoader.php
TwigEnvironment::CACHE_PREFIX_METADATA_KEY constant core/lib/Drupal/Core/Template/TwigEnvironment.php Key name of the Twig cache prefix metadata key-value pair in State.
TwigPhpStorageCache::generateKey function core/lib/Drupal/Core/Template/TwigPhpStorageCache.php
UniqueLabelInListConstraint::$labelKey property core/modules/ckeditor5/src/Plugin/Validation/Constraint/UniqueLabelInListConstraint.php The key of the label that this validation constraint should check.
UnpublishByKeywordActionTest class core/modules/node/tests/src/Kernel/Action/UnpublishByKeywordActionTest.php @group node
UnpublishByKeywordActionTest.php file core/modules/node/tests/src/Kernel/Action/UnpublishByKeywordActionTest.php
UnpublishByKeywordActionTest::$modules property core/modules/node/tests/src/Kernel/Action/UnpublishByKeywordActionTest.php Modules to enable.
UnpublishByKeywordActionTest::setUp function core/modules/node/tests/src/Kernel/Action/UnpublishByKeywordActionTest.php
UnpublishByKeywordActionTest::testUnpublishByKeywordAction function core/modules/node/tests/src/Kernel/Action/UnpublishByKeywordActionTest.php Tests creating an action using the node_unpublish_by_keyword_action plugin.
UnpublishByKeywordComment class core/modules/comment/src/Plugin/Action/UnpublishByKeywordComment.php Unpublishes a comment containing certain keywords.
UnpublishByKeywordComment.php file core/modules/comment/src/Plugin/Action/UnpublishByKeywordComment.php
UnpublishByKeywordComment::$renderer property core/modules/comment/src/Plugin/Action/UnpublishByKeywordComment.php The renderer.
UnpublishByKeywordComment::$viewBuilder property core/modules/comment/src/Plugin/Action/UnpublishByKeywordComment.php The comment entity builder handler.
UnpublishByKeywordComment::access function core/modules/comment/src/Plugin/Action/UnpublishByKeywordComment.php Checks object access.
UnpublishByKeywordComment::buildConfigurationForm function core/modules/comment/src/Plugin/Action/UnpublishByKeywordComment.php Form constructor.
UnpublishByKeywordComment::create function core/modules/comment/src/Plugin/Action/UnpublishByKeywordComment.php Creates an instance of the plugin.
UnpublishByKeywordComment::defaultConfiguration function core/modules/comment/src/Plugin/Action/UnpublishByKeywordComment.php Gets default configuration for this plugin.
UnpublishByKeywordComment::execute function core/modules/comment/src/Plugin/Action/UnpublishByKeywordComment.php Executes the plugin.
UnpublishByKeywordComment::submitConfigurationForm function core/modules/comment/src/Plugin/Action/UnpublishByKeywordComment.php Form submission handler.
UnpublishByKeywordComment::__construct function core/modules/comment/src/Plugin/Action/UnpublishByKeywordComment.php Constructs an UnpublishByKeywordComment object.
UnpublishByKeywordNode class core/modules/node/src/Plugin/Action/UnpublishByKeywordNode.php Unpublishes a node containing certain keywords.
UnpublishByKeywordNode.php file core/modules/node/src/Plugin/Action/UnpublishByKeywordNode.php
UnpublishByKeywordNode::access function core/modules/node/src/Plugin/Action/UnpublishByKeywordNode.php Checks object access.
UnpublishByKeywordNode::buildConfigurationForm function core/modules/node/src/Plugin/Action/UnpublishByKeywordNode.php Form constructor.
UnpublishByKeywordNode::defaultConfiguration function core/modules/node/src/Plugin/Action/UnpublishByKeywordNode.php Gets default configuration for this plugin.
UnpublishByKeywordNode::execute function core/modules/node/src/Plugin/Action/UnpublishByKeywordNode.php Executes the plugin.
UnpublishByKeywordNode::submitConfigurationForm function core/modules/node/src/Plugin/Action/UnpublishByKeywordNode.php Form submission handler.
UpdateHookRegistry::$keyValue property core/lib/Drupal/Core/Update/UpdateHookRegistry.php The system.schema key value storage.
UpdateHookRegistryTest::$keyValueFactory property core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php
UpdateHookRegistryTest::$keyValueStore property core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php
UpdateManager::$keyValueStore property core/modules/update/src/UpdateManager.php The key/value store.
UpdateProcessor::$privateKey property core/modules/update/src/UpdateProcessor.php The private key.
Upsert::$key property core/lib/Drupal/Core/Database/Query/Upsert.php The unique or primary key of the table.
Upsert::key function core/lib/Drupal/Core/Database/Query/Upsert.php Sets the unique / primary key field to be used as condition for this query.
UpsertTest::testUpsertWithKeywords function core/tests/Drupal/KernelTests/Core/Database/UpsertTest.php Confirms that we can upsert records with keywords successfully.
ValidKeysConstraint class core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ValidKeysConstraint.php Checks that all the keys of a mapping are valid and required keys present.
ValidKeysConstraint.php file core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ValidKeysConstraint.php
ValidKeysConstraint::$allowedKeys property core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ValidKeysConstraint.php Keys which are allowed in the validated array, or `<infer>` to auto-detect.
ValidKeysConstraint::$dynamicInvalidKeyMessage property core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ValidKeysConstraint.php The error message if a key is unknown for the resolved type.
ValidKeysConstraint::$dynamicMissingRequiredKeyMessage property core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ValidKeysConstraint.php The error message if a dynamically required key is missing.
ValidKeysConstraint::$indexedArrayMessage property core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ValidKeysConstraint.php The error message if the array being validated is a list.
ValidKeysConstraint::$invalidKeyMessage property core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ValidKeysConstraint.php The error message if a key is invalid.

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