22 string references to keyvalue in Drupal 10
- ConfigEntityQueryTest::testLookupKeys in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ ConfigEntityQueryTest.php - Tests lookup keys are added to the key value store.
- ControllerBase::keyValue in core/
lib/ Drupal/ Core/ Controller/ ControllerBase.php - Returns a key/value storage collection.
- Drupal::keyValue in core/
lib/ Drupal.php - Returns a key/value storage collection.
- DrupalTest::testKeyValue in core/
tests/ Drupal/ Tests/ Core/ DrupalTest.php - Tests the keyValue() method.
- EntityAutocompleteController::create in core/
modules/ system/ src/ Controller/ EntityAutocompleteController.php - Instantiates a new instance of this class.
- FieldableEntityDefinitionUpdateTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ FieldableEntityDefinitionUpdateTest.php - HighWaterTest::testNullHighwater in core/
modules/ migrate/ tests/ src/ Kernel/ HighWaterTest.php - Tests that deleting the high water value causes all rows to be reimported.
- HighWaterTest::testZeroHighwater in core/
modules/ migrate/ tests/ src/ Kernel/ HighWaterTest.php - Tests that the high water value can be 0.
- InstallerServiceProvider::register in core/
lib/ Drupal/ Core/ Installer/ InstallerServiceProvider.php - KernelTestBase::register in core/
tests/ Drupal/ KernelTests/ KernelTestBase.php - Registers test-specific services.
- KeyValueEntityStorage::createInstance in core/
lib/ Drupal/ Core/ Entity/ KeyValueStore/ KeyValueEntityStorage.php - Instantiates a new instance of this entity handler.
- MigrateSourceTest::getSource in core/
modules/ migrate/ tests/ src/ Unit/ MigrateSourceTest.php - Gets the source plugin to test.
- MigrateSourceTestBase::testSource in core/
modules/ migrate/ tests/ src/ Kernel/ MigrateSourceTestBase.php - Tests the source plugin against a particular data set.
- NodeServiceProvider::register in core/
modules/ node/ src/ NodeServiceProvider.php - SqlContentEntityStorageSchemaTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ Sql/ SqlContentEntityStorageSchemaTest.php - StorageTestBase.php in core/
tests/ Drupal/ KernelTests/ Core/ KeyValueStore/ StorageTestBase.php - system_requirements in core/
modules/ system/ system.install - Implements hook_requirements().
- ThemeTest::testThemeUpdateManagement in core/
modules/ system/ tests/ src/ Kernel/ Theme/ ThemeTest.php - Tests the update registry is correct during theme install and uninstall.
- ThemeTest::testThemeUpdateManagementRemovedPostUpdates in core/
modules/ system/ tests/ src/ Kernel/ Theme/ ThemeTest.php - Tests the update registry is correct during theme install and uninstall.
- UpdateHookRegistryFactory::create in core/
lib/ Drupal/ Core/ Update/ UpdateHookRegistryFactory.php - Creates a new UpdateHookRegistry instance.
- UpdatePostUpdateTest::setUp in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdatePostUpdateTest.php - UpdateRegistryFactory::create in core/
lib/ Drupal/ Core/ Update/ UpdateRegistryFactory.php - Creates a new UpdateRegistry instance.