Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
@coversDefaultClass \Drupal\layout_builder\SectionListTrait[[api-linebreak]] |
| SectionListTraitTest.php | file | core/ |
|
| SectionListTraitTest::getSectionList | function | core/ |
Sets up the section list. |
| SectionListTraitTest::testAddBlankSection | function | core/ |
@covers ::addBlankSection[[api-linebreak]] |
| SectionRenderTest | class | core/ |
@coversDefaultClass \Drupal\layout_builder\Section[[api-linebreak]] @group layout_builder |
| SectionRenderTest.php | file | core/ |
|
| SectionRenderTest::$account | property | core/ |
The current user. |
| SectionRenderTest::$blockManager | property | core/ |
The block plugin manager. |
| SectionRenderTest::$contextHandler | property | core/ |
The plugin context handler. |
| SectionRenderTest::$contextRepository | property | core/ |
The context manager service. |
| SectionRenderTest::$eventDispatcher | property | core/ |
The event dispatcher. |
| SectionRenderTest::setUp | function | core/ |
|
| SectionRenderTest::testContextAwareBlock | function | core/ |
@covers ::toRenderArray[[api-linebreak]] |
| SectionRenderTest::testToRenderArray | function | core/ |
@covers ::toRenderArray[[api-linebreak]] |
| SectionRenderTest::testToRenderArrayAccessDenied | function | core/ |
@covers ::toRenderArray[[api-linebreak]] |
| SectionRenderTest::testToRenderArrayEmpty | function | core/ |
@covers ::toRenderArray[[api-linebreak]] |
| SectionRenderTest::testToRenderArrayMissingPluginId | function | core/ |
@covers ::toRenderArray[[api-linebreak]] |
| SectionRenderTest::testToRenderArrayPreview | function | core/ |
@covers ::toRenderArray[[api-linebreak]] |
| SectionStorage | class | core/ |
Defines a Section Storage type annotation object. |
| SectionStorage.php | file | core/ |
|
| SectionStorage::$context_definitions | property | core/ |
Any required context definitions, optional. |
| SectionStorage::$handles_permission_check | property | core/ |
Indicates that this section storage handles its own permission checking. |
| SectionStorage::$id | property | core/ |
The plugin ID. |
| SectionStorage::$weight | property | core/ |
The plugin weight, optional (defaults to 0). |
| SectionStorage::get | function | core/ |
Gets the value of an annotation. |
| SectionStorageBase | class | core/ |
Provides a base class for Section Storage types. |
| SectionStorageBase.php | file | core/ |
|
| SectionStorageBase::appendSection | function | core/ |
Appends a new section to the end of the list. |
| SectionStorageBase::count | function | core/ |
#[\ReturnTypeWillChange] |
| SectionStorageBase::getContextsDuringPreview | function | core/ |
Gets contexts for use during preview. |
| SectionStorageBase::getSection | function | core/ |
Gets a domain object for the layout section. |
| SectionStorageBase::getSectionList | function | core/ |
Gets the section list. |
| SectionStorageBase::getSections | function | core/ |
Gets the layout sections. |
| SectionStorageBase::getStorageType | function | core/ |
Returns the type of this storage. |
| SectionStorageBase::getTempstoreKey | function | core/ |
Gets a string suitable for use as a tempstore key. |
| SectionStorageBase::insertSection | function | core/ |
Inserts a new section at a given delta. |
| SectionStorageBase::removeAllSections | function | core/ |
Removes all of the sections. |
| SectionStorageBase::removeSection | function | core/ |
Removes the section at the given delta. |
| SectionStorageDefinition | class | core/ |
Provides section storage type plugin definition. |
| SectionStorageDefinition.php | file | core/ |
|
| SectionStorageDefinition::$additional | property | core/ |
Any additional properties and values. |
Pagination
- Previous page
- Page 1110
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.