Search for key

  1. Search 7.x for key
  2. Search 8.9.x for key
  3. Search 10.3.x for key
  4. Search 11.x for key
  5. Other projects
Title Object type File name Summary
LanguageNegotiationMethodManager::$cacheKeyPrefix property core/modules/language/src/LanguageNegotiationMethodManager.php The cache key prefix.
LayoutBuilderQuickEditTest::replaceLayoutBuilderFieldIdKeys function core/modules/quickedit/tests/src/FunctionalJavascript/LayoutBuilderQuickEditTest.php Replaces the array keys with Layout Builder field IDs when needed.
LayoutBuilderWidget::layoutBuilderElementGetKeys function core/modules/layout_builder/src/Plugin/Field/FieldWidget/LayoutBuilderWidget.php Form element #process callback.
LayoutTempstoreRepository::getKey function core/modules/layout_builder/src/LayoutTempstoreRepository.php Gets the string to use as the tempstore key.
LinkCollection::hasLinkWithKey function core/modules/jsonapi/src/JsonApiResource/LinkCollection.php Whether a link with the given key exists.
LinkCollection::validKey function core/modules/jsonapi/src/JsonApiResource/LinkCollection.php Ensures that a link key is valid.
LinkCollectionNormalizer::LINK_KEY constant core/modules/jsonapi/src/Normalizer/LinkCollectionNormalizer.php The normalizer $context key name for the key of an individual link.
LocaleProjectStorage::$keyValueStore property core/modules/locale/src/LocaleProjectStorage.php The key value store to use.
Log::$connectionKey property core/lib/Drupal/Core/Database/Log.php The connection key for which this object is logging.
LoggingTest::testGetLoggingWrongKey function core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php Tests that getLog with a wrong key return an empty array.
LonelyMonkeyClass class core/modules/system/tests/modules/error_service_test/src/LonelyMonkeyClass.php A class with a single dependency.
LonelyMonkeyClass.php file core/modules/system/tests/modules/error_service_test/src/LonelyMonkeyClass.php
LonelyMonkeyClass::$connection property core/modules/system/tests/modules/error_service_test/src/LonelyMonkeyClass.php The database connection.
LonelyMonkeyClass::__construct function core/modules/system/tests/modules/error_service_test/src/LonelyMonkeyClass.php
LonelyMonkeyController class core/modules/system/tests/modules/error_service_test/src/Controller/LonelyMonkeyController.php Provides a controller which calls out to a service with missing dependencies.
LonelyMonkeyController.php file core/modules/system/tests/modules/error_service_test/src/Controller/LonelyMonkeyController.php
LonelyMonkeyController::$class property core/modules/system/tests/modules/error_service_test/src/Controller/LonelyMonkeyController.php The lonely monkey class.
LonelyMonkeyController::create function core/modules/system/tests/modules/error_service_test/src/Controller/LonelyMonkeyController.php Instantiates a new instance of this class.
LonelyMonkeyController::testBrokenClass function core/modules/system/tests/modules/error_service_test/src/Controller/LonelyMonkeyController.php
LonelyMonkeyController::__construct function core/modules/system/tests/modules/error_service_test/src/Controller/LonelyMonkeyController.php
MediaTest::openMetadataDialogWithKeyPress function core/modules/ckeditor/tests/src/FunctionalJavascript/MediaTest.php Focuses on `Edit media` button and presses the given key.
MediaTest::RETURN_KEY constant core/modules/ckeditor/tests/src/FunctionalJavascript/MediaTest.php The character code for the return key.
Merge::key function core/lib/Drupal/Core/Database/Query/Merge.php Sets a single key field to be used as condition for this query.
Merge::keys function core/lib/Drupal/Core/Database/Query/Merge.php Sets the key fields to be used as conditions for this query.
MigrateSourceTest::testCountCacheKey function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Tests that the key can be set for the count cache.
MigrateStubTest::testInvalidSourceIdKeys function core/modules/migrate/tests/src/Kernel/MigrateStubTest.php Tests invalid source ids keys.
ModuleHandler::$includeFileKeys property core/lib/Drupal/Core/Extension/ModuleHandler.php A list of module include file keys.
ModulesListConfirmForm::$keyValueExpirable property core/modules/system/src/Form/ModulesListConfirmForm.php The expirable key value store.
ModulesListForm::$keyValueExpirable property core/modules/system/src/Form/ModulesListForm.php The expirable key value store.
ModulesUninstallConfirmForm::$keyValueExpirable property core/modules/system/src/Form/ModulesUninstallConfirmForm.php The expirable key value store.
ModulesUninstallForm::$keyValueExpirable property core/modules/system/src/Form/ModulesUninstallForm.php The expirable key value store.
ModuleVersionTest::createKeyedTestCases function core/modules/update/tests/src/Unit/ModuleVersionTest.php Creates test case arrays for data provider methods.
MonkeysInTheControlRoom class core/modules/system/tests/modules/error_service_test/src/MonkeysInTheControlRoom.php A http middleware designed to cause bedlam.
MonkeysInTheControlRoom.php file core/modules/system/tests/modules/error_service_test/src/MonkeysInTheControlRoom.php
MonkeysInTheControlRoom::$app property core/modules/system/tests/modules/error_service_test/src/MonkeysInTheControlRoom.php The app kernel.
MonkeysInTheControlRoom::$settings property core/modules/system/tests/modules/error_service_test/src/MonkeysInTheControlRoom.php The settings.
MonkeysInTheControlRoom::handle function core/modules/system/tests/modules/error_service_test/src/MonkeysInTheControlRoom.php
MonkeysInTheControlRoom::__construct function core/modules/system/tests/modules/error_service_test/src/MonkeysInTheControlRoom.php MonkeysInTheControlRoom constructor.
MoveBlockFormTest::moveBlockWithKeyboard function core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php Moves a block in the draggable table.
Mysql8RequirePrimaryKeyUpdateTest class core/modules/user/tests/src/Functional/Mysql8RequirePrimaryKeyUpdateTest.php Tests user_update_9301() on MySQL 8 when sql_require_primary_key is on.
Mysql8RequirePrimaryKeyUpdateTest.php file core/modules/user/tests/src/Functional/Mysql8RequirePrimaryKeyUpdateTest.php
Mysql8RequirePrimaryKeyUpdateTest::prepareSettings function core/modules/user/tests/src/Functional/Mysql8RequirePrimaryKeyUpdateTest.php Add settings that are missed since the installer isn't run.
Mysql8RequirePrimaryKeyUpdateTest::runDbTasks function core/modules/user/tests/src/Functional/Mysql8RequirePrimaryKeyUpdateTest.php Runs the install database tasks for the driver used by the test runner.
Mysql8RequirePrimaryKeyUpdateTest::setDatabaseDumpFiles function core/modules/user/tests/src/Functional/Mysql8RequirePrimaryKeyUpdateTest.php Set database dump files to be used.
Mysql8RequirePrimaryKeyUpdateTest::testDatabaseLoaded function core/modules/user/tests/src/Functional/Mysql8RequirePrimaryKeyUpdateTest.php Tests user_update_9301().
NestedArray::keyExists function core/lib/Drupal/Component/Utility/NestedArray.php Determines whether a nested array contains the requested keys.
NestedArrayTest::testKeyExists function core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php Tests existence of array key.
NestedArrayTest::testMergeExplicitKeys function core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php Tests that even with explicit keys, values are appended, not merged.
NestedArrayTest::testMergeImplicitKeys function core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php Tests that arrays with implicit keys are appended, not merged.
NestedArrayTest::testMergeOutOfSequenceKeys function core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php Tests that array keys values on the first array are ignored when merging.

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