function SectionListTraitTest::getSectionStorage

Overrides SectionStorageTestBase::getSectionStorage

File

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

Class

SectionListTraitTest
@coversDefaultClass \Drupal\layout_builder\SectionStorage\SectionStorageTrait

Namespace

Drupal\Tests\layout_builder\Kernel

Code

protected function getSectionStorage(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.