You are here

15 calls to Drupal::keyValue() in Drupal 9

DrupalTest::testKeyValue in core/tests/Drupal/Tests/Core/DrupalTest.php
Tests the keyValue() method.
EntityAutocomplete::processEntityAutocomplete in core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php
Adds entity autocomplete functionality to a form element.
EntitySchemaTest::testCleanUpStorageDefinition in core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php
Tests fields from an uninstalled module are removed from the schema.
EntitySchemaTest::testIdentifierSchema in core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php
Tests the installed storage schema for identifier fields.
IdentifierFieldSchemaTypeUpdateTest::testSystemUpdate8901 in core/modules/system/tests/src/Functional/Update/IdentifierFieldSchemaTypeUpdateTest.php
Tests system_update_8901().
InstallTest::testRequiredModuleSchemaVersions in core/modules/system/tests/src/Functional/Module/InstallTest.php
Tests recorded schema versions of early installed modules in the installer.
InstallTest::testUninstallPostUpdateFunctions in core/modules/system/tests/src/Functional/Module/InstallTest.php
Ensures that post update functions are removed on uninstall.
SourcePluginBase::getHighWaterStorage in core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php
Get the high water storage object.
SqlContentEntityStorageSchema::installedStorageSchema in core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php
Gets the keyvalue collection for tracking the installed schema.
SqlContentEntityStorageSchema::updateBackupRepository in core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php
Gets the key/value collection for tracking the entity update backups.
system_post_update_schema_version_int in core/modules/system/system.post_update.php
Update schema version to integers.
system_update_8901 in core/modules/system/system.install
Update the stored schema data for entity identifier fields.
UidUpdateToSerialTest::testDatabaseLoaded in core/modules/user/tests/src/Functional/UidUpdateToSerialTest.php
Tests user_update_9301().
UpdatePostUpdateFailingTest::testPostUpdate in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateFailingTest.php
Tests hook_post_update_NAME().
user_update_9301 in core/modules/user/user.install
Change the users table to use an serial uid field.