You are here

29 calls to Drupal::keyValue() in Drupal 10

ActiveWorkspaceUpdateTest::setUp in core/modules/workspaces/tests/src/Functional/UpdateSystem/ActiveWorkspaceUpdateTest.php
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.
EntityAutocompleteTest::getAutocompleteResult in core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php
Returns the result of an Entity reference autocomplete request.
EntityAutocompleteTest::testSelectionSettingsHandling in core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php
Tests that missing or invalid selection setting key are handled correctly.
FieldableEntityDefinitionUpdateTest::assertBackupTables in core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php
Asserts that the backup tables have been kept after a successful update.
InstallerExistingConfigSyncDirectoryMultilingualTest::testConfigSync in core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryMultilingualTest.php
Confirms that the installation installed the configuration correctly.
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.
InstallUninstallTest::assertInstallModuleUpdates in core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php
Asserts the module post update functions after install.
InstallUninstallTest::assertUninstallModuleUpdates in core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php
Asserts the module post update functions after uninstall.
LocaleUpdateInterfaceTest::testInterface in core/modules/locale/tests/src/Functional/LocaleUpdateInterfaceTest.php
Tests the user interfaces of the interface translation update system.
locale_translation_clear_status in core/modules/locale/locale.module
Clear the translation status cache.
locale_translation_get_status in core/modules/locale/locale.module
Gets the current translation status.
locale_translation_status_delete_languages in core/modules/locale/locale.module
Delete language entries from the status cache.
locale_translation_status_delete_projects in core/modules/locale/locale.module
Delete project entries from the status cache.
locale_translation_status_save in core/modules/locale/locale.module
Saves the status of translation sources in static cache.
Migration::clearInterruptionResult in core/modules/migrate/src/Plugin/Migration.php
Clears the result to return upon interruption.
Migration::getInterruptionResult in core/modules/migrate/src/Plugin/Migration.php
Get the result to return upon interruption.
Migration::getStatus in core/modules/migrate/src/Plugin/Migration.php
Get the current migration status.
Migration::interruptMigration in core/modules/migrate/src/Plugin/Migration.php
Signal that the migration should be interrupted with the specified result code.
Migration::setStatus in core/modules/migrate/src/Plugin/Migration.php
Set the current migration status.
SelectionTest::testAutocompleteOutput in core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php
Tests that the Views selection handles the views output properly.
SourcePluginBase::getHighWaterStorage in core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php
Get the high water storage object.
SqlBaseTest::testHighWater in core/modules/migrate/tests/src/Kernel/SqlBaseTest.php
Tests that SqlBase respects high-water values.
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.
UpdatePostUpdateFailingTest::testPostUpdate in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateFailingTest.php
Tests hook_post_update_NAME().
UpdatePostUpdateTest::testPostUpdate in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateTest.php
Tests hook_post_update_NAME().