You are here

abstract protected function SectionListTestBase::getSectionList in Drupal 10

Same name and namespace in other branches
  1. 9 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.

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);