Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
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
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 Tests append section.
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 Tests get section.
SectionListTestBase::testGetSectionInvalidDelta function core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php Tests get section invalid delta.
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 Tests insert section.
SectionListTestBase::testRemoveAllSections function core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php Tests remove all sections.
SectionListTestBase::testRemoveMultipleSections function core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php Tests remove multiple sections.
SectionListTestBase::testRemoveSection function core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php Tests remove section.
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 Tests Drupal\layout_builder\SectionListTrait.
SectionListTraitTest.php file core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php
SectionListTraitTest::getSectionList function core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php
SectionListTraitTest::testAddBlankSection function core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php Tests add blank section.
SectionRenderTest class core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php Tests Drupal\layout_builder\Section.
SectionRenderTest.php file core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php
SectionRenderTest::$account property core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php The current user.
SectionRenderTest::$blockManager property core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php The block plugin manager.
SectionRenderTest::$contextHandler property core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php The plugin context handler.
SectionRenderTest::$contextRepository property core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php The context manager service.
SectionRenderTest::$eventDispatcher property core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php The event dispatcher.
SectionRenderTest::setUp function core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php
SectionRenderTest::testContextAwareBlock function core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php Tests context aware block.

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