function TestSectionList::getSections

Same name and namespace in other branches
  1. 8.9.x core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php \Drupal\Tests\layout_builder\Kernel\TestSectionList::getSections()
  2. 10 core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php \Drupal\Tests\layout_builder\Kernel\TestSectionList::getSections()
  3. 11.x core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php \Drupal\Tests\layout_builder\Kernel\TestSectionList::getSections()

Overrides SectionListInterface::getSections

File

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

Class

TestSectionList

Namespace

Drupal\Tests\layout_builder\Kernel

Code

public function getSections() {
    return $this->sections;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.