function SectionListTestBase::getSectionList

Same name in other branches
  1. 9 core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php \Drupal\Tests\layout_builder\Kernel\SectionListTestBase::getSectionList()
  2. 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
LayoutSectionItemListTest::getSectionList in core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php
SectionListTraitTest::getSectionList in core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php
SimpleConfigSectionListTest::getSectionList in core/modules/layout_builder/tests/src/Kernel/SimpleConfigSectionListTest.php

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\Kernel

Code

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.