You are here

abstract protected function SectionListTestBase::getSectionList in Drupal 9

Same name and namespace in other branches
  1. 10 core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php \Drupal\Tests\layout_builder\Kernel\SectionListTestBase::getSectionList()

Sets up the section list.

Parameters

array $section_data: An array of section data.

Return value

\Drupal\layout_builder\SectionListInterface The section list.

1 call to SectionListTestBase::getSectionList()
SectionListTestBase::setUp in core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php
5 methods override SectionListTestBase::getSectionList()
LayoutBuilderEntityViewDisplayTest::getSectionList in core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php
Sets up the section list.
LayoutSectionItemListTest::getSectionList in core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php
Sets up the section list.
SectionListTraitTest::getSectionList in core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php
Sets up the section list.
SectionStorageTestBase::getSectionList in core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php
Sets up the section list.
SimpleConfigSectionListTest::getSectionList in core/modules/layout_builder/tests/src/Kernel/SimpleConfigSectionListTest.php
Sets up the section list.

File

core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php, line 56

Class

SectionListTestBase
Provides a base class for testing implementations of a section list.

Namespace

Drupal\Tests\layout_builder\Kernel

Code

protected abstract function getSectionList(array $section_data);