Home
last modified time | relevance | path

Searched refs:KeyValueFactoryInterface (Results 1 – 25 of 41) sorted by relevance

12

/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Entity/KeyValueStore/Query/
H A DQueryFactory.php8 use Drupal\Core\KeyValueStore\KeyValueFactoryInterface; alias
32 public function __construct(KeyValueFactoryInterface $key_value_factory) {
H A DQuery.php7 use Drupal\Core\KeyValueStore\KeyValueFactoryInterface; alias
34 …ityTypeInterface $entity_type, $conjunction, array $namespaces, KeyValueFactoryInterface $key_valu…
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Entity/KeyValueStore/Query/
H A DQueryFactory.php8 use Drupal\Core\KeyValueStore\KeyValueFactoryInterface; alias
32 public function __construct(KeyValueFactoryInterface $key_value_factory) {
H A DQuery.php7 use Drupal\Core\KeyValueStore\KeyValueFactoryInterface; alias
34 …ityTypeInterface $entity_type, $conjunction, array $namespaces, KeyValueFactoryInterface $key_valu…
/dports/www/drupal8/drupal-8.9.20/core/modules/node/src/EventSubscriber/
H A DNodeTranslationMigrateSubscriber.php5 use Drupal\Core\KeyValueStore\KeyValueFactoryInterface; alias
52 public function __construct(KeyValueFactoryInterface $key_value, StateInterface $state) {
H A DNodeTranslationExceptionSubscriber.php5 use Drupal\Core\KeyValueStore\KeyValueFactoryInterface; alias
73 …public function __construct(KeyValueFactoryInterface $key_value, LanguageManagerInterface $languag…
/dports/www/drupal9/drupal-9.2.10/core/modules/node/src/EventSubscriber/
H A DNodeTranslationMigrateSubscriber.php5 use Drupal\Core\KeyValueStore\KeyValueFactoryInterface; alias
52 public function __construct(KeyValueFactoryInterface $key_value, StateInterface $state) {
H A DNodeTranslationExceptionSubscriber.php5 use Drupal\Core\KeyValueStore\KeyValueFactoryInterface; alias
73 …public function __construct(KeyValueFactoryInterface $key_value, LanguageManagerInterface $languag…
/dports/www/drupal8/drupal-8.9.20/core/modules/update/src/
H A DUpdateProcessor.php7 use Drupal\Core\KeyValueStore\KeyValueFactoryInterface; alias
98 …ce $state_store, PrivateKey $private_key, KeyValueFactoryInterface $key_value_factory, KeyValueFac…
H A DUpdateManager.php10 use Drupal\Core\KeyValueStore\KeyValueFactoryInterface; alias
97 …Interface $update_processor, TranslationInterface $translation, KeyValueFactoryInterface $key_valu…
/dports/www/drupal9/drupal-9.2.10/core/modules/update/src/
H A DUpdateProcessor.php7 use Drupal\Core\KeyValueStore\KeyValueFactoryInterface; alias
98 …ce $state_store, PrivateKey $private_key, KeyValueFactoryInterface $key_value_factory, KeyValueFac…
H A DUpdateManager.php10 use Drupal\Core\KeyValueStore\KeyValueFactoryInterface; alias
96 …Interface $update_processor, TranslationInterface $translation, KeyValueFactoryInterface $key_valu…
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/State/
H A DState.php5 use Drupal\Core\KeyValueStore\KeyValueFactoryInterface; alias
32 public function __construct(KeyValueFactoryInterface $key_value_factory) {
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/State/
H A DState.php5 use Drupal\Core\KeyValueStore\KeyValueFactoryInterface; alias
32 public function __construct(KeyValueFactoryInterface $key_value_factory) {
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Entity/
H A DEntityLastInstalledSchemaRepository.php6 use Drupal\Core\KeyValueStore\KeyValueFactoryInterface; alias
26 public function __construct(KeyValueFactoryInterface $key_value_factory) {
/dports/www/drupal8/drupal-8.9.20/core/modules/locale/src/
H A DLocaleProjectStorage.php5 use Drupal\Core\KeyValueStore\KeyValueFactoryInterface; alias
39 public function __construct(KeyValueFactoryInterface $key_value_factory) {
/dports/www/drupal9/drupal-9.2.10/core/modules/locale/src/
H A DLocaleProjectStorage.php5 use Drupal\Core\KeyValueStore\KeyValueFactoryInterface; alias
39 public function __construct(KeyValueFactoryInterface $key_value_factory) {
/dports/www/drupal8/drupal-8.9.20/core/modules/migrate/tests/src/Unit/
H A DMigrateSqlSourceTestCase.php8 use Drupal\Core\KeyValueStore\KeyValueFactoryInterface; alias
93 $key_value_factory = $this->createMock(KeyValueFactoryInterface::class);
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Field/
H A DFieldDefinitionListener.php8 use Drupal\Core\KeyValueStore\KeyValueFactoryInterface; alias
55 …ype_manager, EntityFieldManagerInterface $entity_field_manager, KeyValueFactoryInterface $key_valu…
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Field/
H A DFieldDefinitionListener.php8 use Drupal\Core\KeyValueStore\KeyValueFactoryInterface; alias
55 …ype_manager, EntityFieldManagerInterface $entity_field_manager, KeyValueFactoryInterface $key_valu…
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Entity/
H A DEntityLastInstalledSchemaRepository.php8 use Drupal\Core\KeyValueStore\KeyValueFactoryInterface; alias
44 …public function __construct(KeyValueFactoryInterface $key_value_factory, CacheBackendInterface $ca…
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/KeyValueStore/
H A DKeyValueFactoryInterface.php8 interface KeyValueFactoryInterface { interface
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/KeyValueStore/
H A DKeyValueFactoryInterface.php8 interface KeyValueFactoryInterface { interface
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Config/Entity/Query/
H A DQuery.php9 use Drupal\Core\KeyValueStore\KeyValueFactoryInterface; alias
52 …ity_type, $conjunction, ConfigFactoryInterface $config_factory, KeyValueFactoryInterface $key_valu…
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Config/Entity/Query/
H A DQuery.php9 use Drupal\Core\KeyValueStore\KeyValueFactoryInterface; alias
52 …ity_type, $conjunction, ConfigFactoryInterface $config_factory, KeyValueFactoryInterface $key_valu…

12