function SectionListTestBase::getSectionList
Same name in other branches
- 9 core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php \Drupal\Tests\layout_builder\Kernel\SectionListTestBase::getSectionList()
- 11.x 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
4 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.
- 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 60
Class
- SectionListTestBase
- Provides a base class for testing implementations of a section list.
Namespace
Drupal\Tests\layout_builder\KernelCode
protected abstract function getSectionList(array $section_data);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.