Search for %s
- Search 7.x for %s
- Search 9.5.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 |
|---|---|---|---|
| SectionComponent::pluginManager | function | core/ |
Wraps the component plugin manager. |
| SectionComponent::set | function | core/ |
Sets a value to an arbitrary property for the component. |
| SectionComponent::setConfiguration | function | core/ |
Sets the plugin configuration. |
| SectionComponent::setRegion | function | core/ |
Sets the region for the component. |
| SectionComponent::setWeight | function | core/ |
Sets the weight of the component. |
| SectionComponent::toArray | function | core/ |
Returns an array representation of the section component. |
| SectionComponent::toRenderArray | function | core/ |
Returns the renderable array for this component. |
| SectionComponent::__construct | function | core/ |
Constructs a new SectionComponent. |
| SectionComponentBuildRenderArrayEvent | class | core/ |
Event fired when a section component's render array is being built. |
| SectionComponentBuildRenderArrayEvent.php | file | core/ |
|
| SectionComponentBuildRenderArrayEvent::$build | property | core/ |
The render array built by the event subscribers. |
| SectionComponentBuildRenderArrayEvent::$component | property | core/ |
The section component whose render array is being built. |
| SectionComponentBuildRenderArrayEvent::$contexts | property | core/ |
The available contexts. |
| SectionComponentBuildRenderArrayEvent::$inPreview | property | core/ |
Whether the component is in preview mode or not. |
| SectionComponentBuildRenderArrayEvent::$plugin | property | core/ |
The plugin for the section component being built. |
| SectionComponentBuildRenderArrayEvent::getBuild | function | core/ |
Get the render array in its current state. |
| SectionComponentBuildRenderArrayEvent::getComponent | function | core/ |
Get the section component whose render array is being built. |
| SectionComponentBuildRenderArrayEvent::getContexts | function | core/ |
Get the available contexts. |
| SectionComponentBuildRenderArrayEvent::getPlugin | function | core/ |
Get the plugin for the section component being built. |
| SectionComponentBuildRenderArrayEvent::inPreview | function | core/ |
Determine if the component is in preview mode. |
| SectionComponentBuildRenderArrayEvent::setBuild | function | core/ |
Set the render array. |
| SectionComponentBuildRenderArrayEvent::__construct | function | core/ |
Creates a new SectionComponentBuildRenderArrayEvent object. |
| SectionComponentTest | class | core/ |
@coversDefaultClass \Drupal\layout_builder\SectionComponent[[api-linebreak]] @group layout_builder |
| SectionComponentTest.php | file | core/ |
|
| SectionComponentTest::testToRenderArray | function | core/ |
@covers ::toRenderArray[[api-linebreak]] |
| SectionData | class | core/ |
Provides a data type wrapping \Drupal\layout_builder\Section. |
| SectionData.php | file | core/ |
|
| SectionData::$value | property | core/ |
The section object. |
| SectionData::setValue | function | core/ |
Sets the data value. |
| SectionDependenciesUpdatePathTest | class | core/ |
Tests the upgrade path for Layout Builder section dependencies. |
| SectionDependenciesUpdatePathTest.php | file | core/ |
|
| SectionDependenciesUpdatePathTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
| SectionDependenciesUpdatePathTest::testRunUpdates | function | core/ |
Tests the upgrade path for Layout Builder section dependencies. |
| 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/ |
Sets up the section storage entity. |
| 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. |
Pagination
- Previous page
- Page 1081
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.