Home
last modified time | relevance | path

Searched refs:SectionStorageManagerInterface (Results 1 – 25 of 26) sorted by relevance

12

/dports/www/drupal9/drupal-9.2.10/core/modules/layout_builder/tests/src/Unit/
H A DLayoutTempstoreParamConverterTest.php7 use Drupal\layout_builder\SectionStorage\SectionStorageManagerInterface; alias
23 $section_storage_manager = $this->prophesize(SectionStorageManagerInterface::class);
50 $section_storage_manager = $this->prophesize(SectionStorageManagerInterface::class);
71 $section_storage_manager = $this->prophesize(SectionStorageManagerInterface::class);
H A DLayoutBuilderRoutesTest.php8 use Drupal\layout_builder\SectionStorage\SectionStorageManagerInterface; alias
42 $this->sectionStorageManager = $this->prophesize(SectionStorageManagerInterface::class);
H A DOverridesSectionStorageTest.php15 use Drupal\layout_builder\SectionStorage\SectionStorageManagerInterface; alias
64 $section_storage_manager = $this->prophesize(SectionStorageManagerInterface::class);
/dports/www/drupal8/drupal-8.9.20/core/modules/layout_builder/tests/src/Unit/
H A DLayoutTempstoreParamConverterTest.php7 use Drupal\layout_builder\SectionStorage\SectionStorageManagerInterface; alias
23 $section_storage_manager = $this->prophesize(SectionStorageManagerInterface::class);
50 $section_storage_manager = $this->prophesize(SectionStorageManagerInterface::class);
72 $section_storage_manager = $this->prophesize(SectionStorageManagerInterface::class);
H A DLayoutBuilderRoutesTest.php8 use Drupal\layout_builder\SectionStorage\SectionStorageManagerInterface; alias
42 $this->sectionStorageManager = $this->prophesize(SectionStorageManagerInterface::class);
/dports/www/drupal8/drupal-8.9.20/core/modules/layout_builder/src/SectionStorage/
H A DSectionStorageManager.php23 class SectionStorageManager extends DefaultPluginManager implements SectionStorageManagerInterface {
127SectionStorageManagerInterface::loadFromRoute() is deprecated in Drupal 8.7.0 and will be removed …
H A DSectionStorageManagerInterface.php11 interface SectionStorageManagerInterface extends DiscoveryInterface { interface
/dports/www/drupal8/drupal-8.9.20/core/modules/layout_builder/tests/src/Kernel/
H A DLayoutEntityHelperTraitTest.php17 use Drupal\layout_builder\SectionStorage\SectionStorageManagerInterface; alias
83 $section_storage_manager = $this->prophesize(SectionStorageManagerInterface::class);
198 $section_storage_manager = $this->prophesize(SectionStorageManagerInterface::class);
224 $section_storage_manager = $this->prophesize(SectionStorageManagerInterface::class);
/dports/www/drupal9/drupal-9.2.10/core/modules/layout_builder/tests/src/Kernel/
H A DLayoutEntityHelperTraitTest.php17 use Drupal\layout_builder\SectionStorage\SectionStorageManagerInterface; alias
82 $section_storage_manager = $this->prophesize(SectionStorageManagerInterface::class);
197 $section_storage_manager = $this->prophesize(SectionStorageManagerInterface::class);
223 $section_storage_manager = $this->prophesize(SectionStorageManagerInterface::class);
/dports/www/drupal8/drupal-8.9.20/core/modules/layout_builder/src/Routing/
H A DLayoutBuilderRoutes.php7 use Drupal\layout_builder\SectionStorage\SectionStorageManagerInterface; alias
31 public function __construct(SectionStorageManagerInterface $section_storage_manager) {
H A DLayoutTempstoreParamConverter.php7 use Drupal\layout_builder\SectionStorage\SectionStorageManagerInterface; alias
40 …utTempstoreRepositoryInterface $layout_tempstore_repository, SectionStorageManagerInterface $secti…
/dports/www/drupal9/drupal-9.2.10/core/modules/layout_builder/src/Routing/
H A DLayoutBuilderRoutes.php7 use Drupal\layout_builder\SectionStorage\SectionStorageManagerInterface; alias
31 public function __construct(SectionStorageManagerInterface $section_storage_manager) {
H A DLayoutTempstoreParamConverter.php7 use Drupal\layout_builder\SectionStorage\SectionStorageManagerInterface; alias
40 …utTempstoreRepositoryInterface $layout_tempstore_repository, SectionStorageManagerInterface $secti…
/dports/www/drupal8/drupal-8.9.20/core/modules/layout_builder/src/Plugin/Derivative/
H A DLayoutBuilderLocalTaskDeriver.php10 use Drupal\layout_builder\SectionStorage\SectionStorageManagerInterface; alias
47 …__construct(EntityTypeManagerInterface $entity_type_manager, SectionStorageManagerInterface $secti…
/dports/www/drupal9/drupal-9.2.10/core/modules/layout_builder/src/Plugin/Derivative/
H A DLayoutBuilderLocalTaskDeriver.php10 use Drupal\layout_builder\SectionStorage\SectionStorageManagerInterface; alias
47 …__construct(EntityTypeManagerInterface $entity_type_manager, SectionStorageManagerInterface $secti…
/dports/www/drupal8/drupal-8.9.20/core/modules/layout_builder/src/EventSubscriber/
H A DSetInlineBlockDependency.php13 use Drupal\layout_builder\SectionStorage\SectionStorageManagerInterface; alias
72 …ger, Connection $database, InlineBlockUsageInterface $usage, SectionStorageManagerInterface $secti…
/dports/www/drupal9/drupal-9.2.10/core/modules/layout_builder/src/EventSubscriber/
H A DSetInlineBlockDependency.php13 use Drupal\layout_builder\SectionStorage\SectionStorageManagerInterface; alias
72 …ger, Connection $database, InlineBlockUsageInterface $usage, SectionStorageManagerInterface $secti…
/dports/www/drupal9/drupal-9.2.10/core/modules/layout_builder/src/
H A DInlineBlockEntityOperations.php10 use Drupal\layout_builder\SectionStorage\SectionStorageManagerInterface; alias
60 …erface $entityTypeManager, InlineBlockUsageInterface $usage, SectionStorageManagerInterface $secti…
H A DQuickEditIntegration.php18 use Drupal\layout_builder\SectionStorage\SectionStorageManagerInterface; alias
62 …public function __construct(SectionStorageManagerInterface $section_storage_manager, AccountInterf…
/dports/www/drupal8/drupal-8.9.20/core/modules/layout_builder/src/
H A DInlineBlockEntityOperations.php11 use Drupal\layout_builder\SectionStorage\SectionStorageManagerInterface; alias
69 …ger, InlineBlockUsageInterface $usage, Connection $database, SectionStorageManagerInterface $secti…
H A DQuickEditIntegration.php18 use Drupal\layout_builder\SectionStorage\SectionStorageManagerInterface; alias
62 …public function __construct(SectionStorageManagerInterface $section_storage_manager, AccountInterf…
/dports/www/drupal9/drupal-9.2.10/core/modules/layout_builder/src/SectionStorage/
H A DSectionStorageManagerInterface.php11 interface SectionStorageManagerInterface extends DiscoveryInterface { interface
H A DSectionStorageManager.php23 class SectionStorageManager extends DefaultPluginManager implements SectionStorageManagerInterface {
/dports/www/drupal9/drupal-9.2.10/core/modules/layout_builder/src/Plugin/SectionStorage/
H A DOverridesSectionStorage.php21 use Drupal\layout_builder\SectionStorage\SectionStorageManagerInterface; alias
96 …_manager, EntityFieldManagerInterface $entity_field_manager, SectionStorageManagerInterface $secti…
/dports/www/drupal8/drupal-8.9.20/core/modules/layout_builder/src/Plugin/SectionStorage/
H A DOverridesSectionStorage.php21 use Drupal\layout_builder\SectionStorage\SectionStorageManagerInterface; alias
96 …_manager, EntityFieldManagerInterface $entity_field_manager, SectionStorageManagerInterface $secti…

12