Search for sectionList

  1. Search 7.x for sectionList
  2. Search 9.5.x for sectionList
  3. Search 8.9.x for sectionList
  4. Search 10.3.x for sectionList
  5. Other projects
Title Object type File name Summary
DefaultsSectionStorage::getSectionList function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Gets the section list.
LayoutBuilderEntityViewDisplayTest::getSectionList function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php Sets up the section list.
LayoutSectionItemListTest::getSectionList function core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php Sets up the section list.
OverridesSectionStorage::getSectionList function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Gets the section list.
SectionListInterface interface core/modules/layout_builder/src/SectionListInterface.php Defines the interface for an object that stores layout sections.
SectionListInterface.php file core/modules/layout_builder/src/SectionListInterface.php
SectionListInterface::appendSection function core/modules/layout_builder/src/SectionListInterface.php Appends a new section to the end of the list.
SectionListInterface::getSection function core/modules/layout_builder/src/SectionListInterface.php Gets a domain object for the layout section.
SectionListInterface::getSections function core/modules/layout_builder/src/SectionListInterface.php Gets the layout sections.
SectionListInterface::insertSection function core/modules/layout_builder/src/SectionListInterface.php Inserts a new section at a given delta.
SectionListInterface::removeAllSections function core/modules/layout_builder/src/SectionListInterface.php Removes all of the sections.
SectionListInterface::removeSection function core/modules/layout_builder/src/SectionListInterface.php Removes the section at the given delta.
SectionListTestBase class core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php Provides a base class for testing implementations of a section list.
SectionListTestBase.php file core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php
SectionListTestBase::$modules property core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php Modules to install.
SectionListTestBase::$sectionList property core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php The section list implementation.
SectionListTestBase::assertSections function core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php Asserts that the field list has the expected sections.
SectionListTestBase::getSectionList function core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php Sets up the section list.
SectionListTestBase::providerTestRemoveAllSections function core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php Provides test data for ::testRemoveAllSections().
SectionListTestBase::setUp function core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php
SectionListTestBase::testAppendSection function core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php @covers ::appendSection[[api-linebreak]]
SectionListTestBase::testClone function core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php Tests __clone().
SectionListTestBase::testGetSection function core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php @covers ::getSection[[api-linebreak]]
SectionListTestBase::testGetSectionInvalidDelta function core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php @covers ::getSection[[api-linebreak]]
SectionListTestBase::testGetSections function core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php Tests ::getSections().
SectionListTestBase::testInsertSection function core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php @covers ::insertSection[[api-linebreak]]
SectionListTestBase::testRemoveAllSections function core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php @covers ::removeAllSections[[api-linebreak]]
SectionListTestBase::testRemoveMultipleSections function core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php @covers ::removeSection[[api-linebreak]]
SectionListTestBase::testRemoveSection function core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php @covers ::removeSection[[api-linebreak]]
SectionListTrait trait core/modules/layout_builder/src/SectionListTrait.php Provides a trait for maintaining a list of sections.
SectionListTrait.php file core/modules/layout_builder/src/SectionListTrait.php
SectionListTrait::addBlankSection function core/modules/layout_builder/src/SectionListTrait.php Adds a blank section to the list.
SectionListTrait::appendSection function core/modules/layout_builder/src/SectionListTrait.php
SectionListTrait::count function core/modules/layout_builder/src/SectionListTrait.php
SectionListTrait::getSection function core/modules/layout_builder/src/SectionListTrait.php
SectionListTrait::hasBlankSection function core/modules/layout_builder/src/SectionListTrait.php Indicates if this section list contains a blank section.
SectionListTrait::hasSection function core/modules/layout_builder/src/SectionListTrait.php Indicates if there is a section at the specified delta.
SectionListTrait::insertSection function core/modules/layout_builder/src/SectionListTrait.php
SectionListTrait::removeAllSections function core/modules/layout_builder/src/SectionListTrait.php
SectionListTrait::removeSection function core/modules/layout_builder/src/SectionListTrait.php
SectionListTrait::setSection function core/modules/layout_builder/src/SectionListTrait.php Sets the section for the given delta on the display.
SectionListTrait::setSections function core/modules/layout_builder/src/SectionListTrait.php Stores the information for all sections.
SectionListTrait::__clone function core/modules/layout_builder/src/SectionListTrait.php Magic method: Implements a deep clone.
SectionListTraitTest class core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php @coversDefaultClass \Drupal\layout_builder\SectionListTrait[[api-linebreak]]
SectionListTraitTest.php file core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php
SectionListTraitTest::getSectionList function core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php Sets up the section list.
SectionListTraitTest::testAddBlankSection function core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php @covers ::addBlankSection[[api-linebreak]]
SectionStorageBase::getSectionList function core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageBase.php Gets the section list.
SimpleConfigSectionListTest class core/modules/layout_builder/tests/src/Kernel/SimpleConfigSectionListTest.php Tests the test implementation of section storage.
SimpleConfigSectionListTest.php file core/modules/layout_builder/tests/src/Kernel/SimpleConfigSectionListTest.php

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