You are here

17 calls to Drupal::keyValue() in Drupal 8

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.
EntityUpdateToPublishableTest::setUp in core/modules/system/tests/src/Functional/Update/EntityUpdateToPublishableTest.php
Overrides WebTestBase::setUp() for update testing.
entity_test_schema_converter_post_update_make_revisionable in core/modules/system/tests/modules/entity_test_schema_converter/entity_test_schema_converter.post_update.php
Update entity_test_update to be revisionable.
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.
ModuleInstaller::uninstall in core/lib/Drupal/Core/Extension/ModuleInstaller.php
Uninstalls a given list of modules.
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.
SqlContentEntityStorageSchemaConverterTestBase::setUp in core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTestBase.php
Overrides WebTestBase::setUp() for update testing.
system_update_8008 in core/modules/system/system.install
Purge field schema data for uninstalled entity types.
system_update_8901 in core/modules/system/system.install
Update the stored schema data for entity identifier fields.
UpdatePostUpdateFailingTest::testPostUpdate in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateFailingTest.php
Tests hook_post_update_NAME().