Home
last modified time | relevance | path

Searched refs:SqlEntityStorageInterface (Results 1 – 16 of 16) sorted by relevance

/dports/www/drupal8/drupal-8.9.20/core/modules/views/tests/modules/views_test_query_access/
H A Dviews_test_query_access.module10 use Drupal\Core\Entity\Sql\SqlEntityStorageInterface;
43 if (!($storage instanceof SqlEntityStorageInterface)) {
/dports/www/drupal9/drupal-9.2.10/core/modules/views/tests/modules/views_test_query_access/
H A Dviews_test_query_access.module10 use Drupal\Core\Entity\Sql\SqlEntityStorageInterface;
43 if (!($storage instanceof SqlEntityStorageInterface)) {
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Entity/Sql/
H A DSqlEntityStorageInterface.php10 interface SqlEntityStorageInterface extends EntityStorageInterface { interface
H A DSqlContentEntityStorage.php42 class SqlContentEntityStorage extends ContentEntityStorageBase implements SqlEntityStorageInterface
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Entity/Sql/
H A DSqlEntityStorageInterface.php10 interface SqlEntityStorageInterface extends EntityStorageInterface { interface
H A DSqlContentEntityStorage.php42 class SqlContentEntityStorage extends ContentEntityStorageBase implements SqlEntityStorageInterface
/dports/www/drupal8/drupal-8.9.20/core/modules/content_translation/
H A Dcontent_translation.install8 use Drupal\Core\Entity\Sql\SqlEntityStorageInterface;
72 if ($storage instanceof SqlEntityStorageInterface) {
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Entity/Query/Sql/
H A DTables.php9 use Drupal\Core\Entity\Sql\SqlEntityStorageInterface; alias
446 if ($storage instanceof SqlEntityStorageInterface) {
/dports/www/drupal8/drupal-8.9.20/core/modules/views/src/
H A DEntityViewsData.php11 use Drupal\Core\Entity\Sql\SqlEntityStorageInterface; alias
98 …public function __construct(EntityTypeInterface $entity_type, SqlEntityStorageInterface $storage_c…
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Entity/Query/Sql/
H A DTables.php8 use Drupal\Core\Entity\Sql\SqlEntityStorageInterface; alias
465 if ($storage instanceof SqlEntityStorageInterface) {
/dports/www/drupal8/drupal-8.9.20/core/modules/simpletest/src/
H A DKernelTestBase.php14 use Drupal\Core\Entity\Sql\SqlEntityStorageInterface; alias
506 if ($storage instanceof SqlEntityStorageInterface) {
/dports/www/drupal9/drupal-9.2.10/core/modules/views/src/
H A DEntityViewsData.php10 use Drupal\Core\Entity\Sql\SqlEntityStorageInterface; alias
91 …public function __construct(EntityTypeInterface $entity_type, SqlEntityStorageInterface $storage_c…
/dports/www/drupal8/drupal-8.9.20/core/modules/taxonomy/
H A Dtaxonomy.install8 use Drupal\Core\Entity\Sql\SqlEntityStorageInterface;
251 is_subclass_of($entity_type->getStorageClass(), SqlEntityStorageInterface::class)
/dports/www/drupal8/drupal-8.9.20/core/modules/media/
H A Dmedia.install8 use Drupal\Core\Entity\Sql\SqlEntityStorageInterface;
238 if (\Drupal::entityTypeManager()->getStorage('media') instanceof SqlEntityStorageInterface) {
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/KernelTests/
H A DKernelTestBase.php14 use Drupal\Core\Entity\Sql\SqlEntityStorageInterface; alias
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/KernelTests/
H A DKernelTestBase.php13 use Drupal\Core\Entity\Sql\SqlEntityStorageInterface; alias