You are here

10 calls to Drupal::keyValue() in Zircon Profile 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/modules/system/src/Tests/Entity/EntitySchemaTest.php
Tests fields from an uninstalled module are removed from the schema.
InstallTest::testRequiredModuleSchemaVersions in core/modules/system/src/Tests/Module/InstallTest.php
Tests recorded schema versions of early installed modules in the installer.
InstallTest::testUninstallPostUpdateFunctions in core/modules/system/src/Tests/Module/InstallTest.php
Ensures that post update functions are removed on uninstall.
Migration::getHighWaterStorage in core/modules/migrate/src/Entity/Migration.php
Get the high water storage object.
ModuleInstaller::uninstall in core/lib/Drupal/Core/Extension/ModuleInstaller.php
Uninstalls a given list of modules.
SqlContentEntityStorageSchema::installedStorageSchema in core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php
Gets the keyvalue collection for tracking the installed schema.
system_update_8008 in core/modules/system/system.install
Purge field schema data for uninstalled entity types.
UpdatePostUpdateFailingTest::testPostUpdate in core/modules/system/src/Tests/Update/UpdatePostUpdateFailingTest.php
Tests hook_post_update_NAME().