function SectionListTraitTest::getSectionList
Same name in other branches
- 9 core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php \Drupal\Tests\layout_builder\Kernel\SectionListTraitTest::getSectionList()
- 11.x core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php \Drupal\Tests\layout_builder\Kernel\SectionListTraitTest::getSectionList()
Overrides SectionListTestBase::getSectionList
File
-
core/
modules/ layout_builder/ tests/ src/ Kernel/ SectionListTraitTest.php, line 22
Class
- SectionListTraitTest
- @coversDefaultClass \Drupal\layout_builder\SectionListTrait
Namespace
Drupal\Tests\layout_builder\KernelCode
protected function getSectionList(array $section_data) {
return new TestSectionList($section_data);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.