Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| SectionData::$value | property | core/ |
The section object. |
| SectionData::setValue | function | core/ |
Sets the data value. |
| SectionDataTest | class | core/ |
Tests Drupal\layout_builder\Plugin\DataType\SectionData. |
| SectionDataTest.php | file | core/ |
|
| SectionDataTest::$modules | property | core/ |
Modules to install. |
| SectionDataTest::testSetArrayValue | function | core/ |
Tests set array value. |
| 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. |
| SectionListTestBase | class | core/ |
Provides a base class for testing implementations of a section list. |
| SectionListTestBase.php | file | core/ |
|
| SectionListTestBase::$modules | property | core/ |
Modules to install. |
| SectionListTestBase::$sectionList | property | core/ |
The section list implementation. |
| SectionListTestBase::assertSections | function | core/ |
Asserts that the field list has the expected sections. |
| SectionListTestBase::getSectionList | function | core/ |
Sets up the section list. |
| SectionListTestBase::providerTestRemoveAllSections | function | core/ |
Provides test data for ::testRemoveAllSections(). |
| SectionListTestBase::setUp | function | core/ |
|
| SectionListTestBase::testAppendSection | function | core/ |
Tests append section. |
| SectionListTestBase::testClone | function | core/ |
Tests __clone(). |
| SectionListTestBase::testGetSection | function | core/ |
Tests get section. |
| SectionListTestBase::testGetSectionInvalidDelta | function | core/ |
Tests get section invalid delta. |
| SectionListTestBase::testGetSections | function | core/ |
Tests ::getSections(). |
| SectionListTestBase::testInsertSection | function | core/ |
Tests insert section. |
| SectionListTestBase::testRemoveAllSections | function | core/ |
Tests remove all sections. |
| SectionListTestBase::testRemoveMultipleSections | function | core/ |
Tests remove multiple sections. |
| SectionListTestBase::testRemoveSection | function | core/ |
Tests remove section. |
| SectionListTrait | trait | core/ |
Provides a trait for maintaining a list of sections. |
| SectionListTrait.php | file | core/ |
|
| SectionListTrait::addBlankSection | function | core/ |
Adds a blank section to the list. |
| SectionListTrait::appendSection | function | core/ |
|
| SectionListTrait::count | function | core/ |
|
| SectionListTrait::getSection | function | core/ |
|
| SectionListTrait::hasBlankSection | function | core/ |
Indicates if this section list contains a blank section. |
| SectionListTrait::hasSection | function | core/ |
Indicates if there is a section at the specified delta. |
| SectionListTrait::insertSection | function | core/ |
|
| SectionListTrait::removeAllSections | function | core/ |
|
| SectionListTrait::removeSection | function | core/ |
|
| SectionListTrait::setSection | function | core/ |
Sets the section for the given delta on the display. |
| SectionListTrait::setSections | function | core/ |
Stores the information for all sections. |
| SectionListTrait::__clone | function | core/ |
Magic method: Implements a deep clone. |
| SectionListTraitTest | class | core/ |
Tests Drupal\layout_builder\SectionListTrait. |
| SectionListTraitTest.php | file | core/ |
|
| SectionListTraitTest::getSectionList | function | core/ |
Sets up the section list. |
| SectionListTraitTest::testAddBlankSection | function | core/ |
Tests add blank section. |
| SectionRenderTest | class | core/ |
Tests Drupal\layout_builder\Section. |
Pagination
- Previous page
- Page 1239
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.