You are here

protected function SectionListTraitTest::getSectionList in Drupal 10

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

File

core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php, line 19

Class

SectionListTraitTest
@coversDefaultClass \Drupal\layout_builder\SectionListTrait

Namespace

Drupal\Tests\layout_builder\Kernel

Code

protected function getSectionList(array $section_data) {
  return new TestSectionList($section_data);
}