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
Filter::KEY_NAME constant core/modules/jsonapi/src/Query/Filter.php The JSON:API filter key name.
Filter::MEMBER_KEY constant core/modules/jsonapi/src/Query/Filter.php Key in the filter[<id>][<key>] parameter for group membership.
FilterFormatListBuilder::$entitiesKey property core/modules/filter/src/FilterFormatListBuilder.php The key to use for the form element containing the entities.
FixtureManipulator::PATH_REPO_STATE_KEY constant core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php
FormCache::$keyValueExpirableFactory property core/lib/Drupal/Core/Form/FormCache.php The factory for expirable key value stores used by form cache.
FormCacheTest::$keyValueExpirableFactory property core/tests/Drupal/Tests/Core/Form/FormCacheTest.php The expirable key value factory.
FormState::$cleanValueKeys property core/lib/Drupal/Core/Form/FormState.php An associative array of form value keys to be removed by cleanValues().
FormState::addCleanValueKey function core/lib/Drupal/Core/Form/FormState.php Adds a key to the array of form values that will be cleaned.
FormState::getCleanValueKeys function core/lib/Drupal/Core/Form/FormState.php Gets the keys of the form values that will be cleaned.
FormState::setCleanValueKeys function core/lib/Drupal/Core/Form/FormState.php Sets the keys of the form values that will be cleaned.
FormStateDecoratorBase::addCleanValueKey function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Adds a key to the array of form values that will be cleaned.
FormStateDecoratorBase::getCleanValueKeys function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Gets the keys of the form values that will be cleaned.
FormStateDecoratorBase::setCleanValueKeys function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Sets the keys of the form values that will be cleaned.
FormStateDecoratorBaseTest::testAddCleanValueKey function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::addCleanValueKey[[api-linebreak]]
FormStateDecoratorBaseTest::testGetCleanValueKeys function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::getCleanValueKeys[[api-linebreak]]
FormStateDecoratorBaseTest::testSetCleanValueKeys function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::setCleanValueKeys[[api-linebreak]]
FormStateInterface::addCleanValueKey function core/lib/Drupal/Core/Form/FormStateInterface.php Adds a key to the array of form values that will be cleaned.
FormStateInterface::getCleanValueKeys function core/lib/Drupal/Core/Form/FormStateInterface.php Gets the keys of the form values that will be cleaned.
FormStateInterface::setCleanValueKeys function core/lib/Drupal/Core/Form/FormStateInterface.php Sets the keys of the form values that will be cleaned.
FormStateTest::testAddCleanValueKey function core/tests/Drupal/Tests/Core/Form/FormStateTest.php @covers ::addCleanValueKey[[api-linebreak]]
FormStateTest::testGetCleanValueKeys function core/tests/Drupal/Tests/Core/Form/FormStateTest.php @covers ::getCleanValueKeys[[api-linebreak]]
FormStateTest::testSetCleanValueKeys function core/tests/Drupal/Tests/Core/Form/FormStateTest.php @covers ::setCleanValueKeys[[api-linebreak]]
FunctionsTest::testIndexedKeyedLinks function core/modules/system/tests/src/Kernel/Theme/FunctionsTest.php Tests links.html.twig using links with indexed keys.
HelpTopicDiscovery::FILE_KEY constant core/modules/help/src/HelpTopicDiscovery.php Defines the key in the discovered data where the file path is stored.
HelpTopicDiscoveryTest::testDiscoveryExceptionInvalidYamlKey function core/modules/help/tests/src/Unit/HelpTopicDiscoveryTest.php @covers ::findAll[[api-linebreak]]
http_middleware.monkeys service core/modules/system/tests/modules/error_service_test/error_service_test.services.yml Drupal\error_service_test\MonkeysInTheControlRoom
IFrameUrlHelper::$privateKey property core/modules/media/src/IFrameUrlHelper.php The private key service.
Image::getKeywordOffset function core/lib/Drupal/Component/Utility/Image.php Returns the offset in pixels from the anchor.
ImageDeprecationTest::testImageFilterKeywordDeprecation function core/modules/image/tests/src/Unit/ImageDeprecationTest.php Tests deprecation of image_filter_keyword.
ImageStyle::getPrivateKey function core/modules/image/src/Entity/ImageStyle.php Gets the Drupal private key.
ImageTest::providerTestGetKeywordOffset function core/tests/Drupal/Tests/Component/Utility/ImageTest.php Provides data for testGetKeywordOffset().
ImageTest::testGetKeywordOffset function core/tests/Drupal/Tests/Component/Utility/ImageTest.php @legacy-covers ::getKeywordOffset
ImageTest::testInvalidGetKeywordOffset function core/tests/Drupal/Tests/Component/Utility/ImageTest.php @legacy-covers ::getKeywordOffset
image_filter_keyword function core/modules/image/image.module Returns the offset in pixels from the anchor.
InfoParserDynamic::getRequiredKeys function core/lib/Drupal/Core/Extension/InfoParserDynamic.php Returns an array of keys required to exist in .info.yml file.
Inspector::assertAllHaveKey function core/lib/Drupal/Component/Assertion/Inspector.php Asserts all given keys exist in every member array.
InspectorTest::testAssertAllHaveKey function core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php Tests asserting all members have specified keys.
IntefaceWithConstants::SOME_KEY constant core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/IntefaceWithConstants.php
InvalidLookupKeyException class core/lib/Drupal/Core/Config/Entity/Query/InvalidLookupKeyException.php Exception thrown when a config entity uses an invalid lookup key.
InvalidLookupKeyException.php file core/lib/Drupal/Core/Config/Entity/Query/InvalidLookupKeyException.php
ItemList::rekey function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php Renumbers the items in the list.
KernelTestBase::$keyValue property core/tests/Drupal/KernelTests/KernelTestBase.php The key_value service that must persist between container rebuilds.
keyvalue service core/core.services.yml Drupal\Core\KeyValueStore\KeyValueFactory
keyvalue.database service core/core.services.yml Drupal\Core\KeyValueStore\KeyValueDatabaseFactory
keyvalue.expirable service core/core.services.yml Drupal\Core\KeyValueStore\KeyValueExpirableFactory
keyvalue.expirable.database service core/core.services.yml Drupal\Core\KeyValueStore\KeyValueDatabaseExpirableFactory
KeyValueContentEntityStorage class core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php Provides a key value backend for content entities.
KeyValueContentEntityStorage.php file core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php
KeyValueContentEntityStorage::createRevision function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php Creates a new revision starting off from the specified entity object.
KeyValueContentEntityStorage::createTranslation function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php Constructs a new entity translation object, without permanently saving it.

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