Search for sectionList
- Search 7.x for sectionList
- Search 9.5.x for sectionList
- Search 10.3.x for sectionList
- Search 11.x for sectionList
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DefaultsSectionStorage::getSectionList | function | core/ |
|
DefaultsSectionStorage::getSectionListFromId | function | core/ |
|
DefaultsSectionStorageTest::providerTestGetSectionListFromId | function | core/ |
Provides data for ::testGetSectionListFromId(). |
DefaultsSectionStorageTest::testGetSectionListFromId | function | core/ |
@covers ::getSectionListFromId[[api-linebreak]] |
DefaultsSectionStorageTest::testGetSectionListFromIdCreate | function | core/ |
@covers ::getSectionListFromId[[api-linebreak]] |
DefaultsSectionStorageTest::testSetSectionList | function | core/ |
@covers ::setSectionList[[api-linebreak]] |
OverridesSectionStorage::getSectionList | function | core/ |
|
OverridesSectionStorage::getSectionListFromId | function | core/ |
|
OverridesSectionStorageTest::providerTestGetSectionListFromId | function | core/ |
Provides data for ::testGetSectionListFromId(). |
OverridesSectionStorageTest::testGetSectionListFromId | function | core/ |
@covers ::getSectionListFromId[[api-linebreak]] |
OverridesSectionStorageTest::testSetSectionList | function | core/ |
@covers ::setSectionList[[api-linebreak]] |
SectionListInterface | interface | core/ |
Defines the interface for an object that stores layout sections. |
SectionListInterface.php | file | core/ |
|
SectionListInterface::appendSection | function | core/ |
Appends a new section to the end of the list. |
SectionListInterface::getSection | function | core/ |
Gets a domain object for the layout section. |
SectionListInterface::getSections | function | core/ |
Gets the layout sections. |
SectionListInterface::insertSection | function | core/ |
Inserts a new section at a given delta. |
SectionListInterface::removeAllSections | function | core/ |
Removes all of the sections. |
SectionListInterface::removeSection | function | core/ |
Removes the section at the given delta. |
SectionListTraitTest | class | core/ |
@coversDefaultClass \Drupal\layout_builder\SectionStorage\SectionStorageTrait[[api-linebreak]] |
SectionListTraitTest.php | file | core/ |
|
SectionListTraitTest::getSectionStorage | function | core/ |
|
SectionListTraitTest::testAddBlankSection | function | core/ |
@covers ::addBlankSection[[api-linebreak]] |
SectionStorageBase::getSectionList | function | core/ |
Gets the section list. |
SectionStorageBase::setSectionList | function | core/ |
Sets the section list on the storage. |
SectionStorageInterface::getSectionListFromId | function | core/ |
Derives the section list from the storage ID. |
SimpleConfigSectionStorage::getSectionListFromId | function | core/ |
|
TestSectionList | class | core/ |
|
TestSectionList::$sections | property | core/ |
An array of sections. |
TestSectionList::getSections | function | core/ |
|
TestSectionList::setSections | function | core/ |
|
TestSectionList::__construct | function | core/ |
TestSectionList constructor. |
TestStateBasedSectionStorage::getSectionList | function | core/ |
|
TestStateBasedSectionStorage::getSectionListFromId | function | core/ |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.