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 |
|---|---|---|---|
| Section::fromArray | function | core/ |
Creates an object from an array representation of the section. |
| Section::getComponent | function | core/ |
Gets the component for a given UUID. |
| Section::getComponents | function | core/ |
Returns the components of the section. |
| Section::getComponentsByRegion | function | core/ |
Gets the components for a specific region. |
| Section::getDefaultRegion | function | core/ |
Gets the default region. |
| Section::getLayout | function | core/ |
Gets the layout plugin for this section. |
| Section::getLayoutId | function | core/ |
Gets the layout plugin ID for this section. |
| Section::getLayoutSettings | function | core/ |
Gets the layout plugin settings for this section. |
| Section::getNextHighestWeight | function | core/ |
Returns the next highest weight of the component in a region. |
| Section::getThirdPartyProviders | function | core/ |
Gets the list of third parties that store information. |
| Section::getThirdPartySetting | function | core/ |
Gets the value of a third-party setting. |
| Section::getThirdPartySettings | function | core/ |
Gets all third-party settings of a given module. |
| Section::insertAfterComponent | function | core/ |
Inserts a component after a specified existing component. |
| Section::insertComponent | function | core/ |
Inserts a component at a specified delta. |
| Section::layoutPluginManager | function | core/ |
Wraps the layout plugin manager. |
| Section::removeComponent | function | core/ |
Removes a given component from a region. |
| Section::setComponent | function | core/ |
Helper method to set a component. |
| Section::setLayoutSettings | function | core/ |
Sets the layout plugin settings for this section. |
| Section::setThirdPartySetting | function | core/ |
Sets the value of a third-party setting. |
| Section::toArray | function | core/ |
Returns an array representation of the section. |
| Section::toRenderArray | function | core/ |
Returns the renderable array for this section. |
| Section::unsetThirdPartySetting | function | core/ |
Unsets a third-party setting. |
| Section::__clone | function | core/ |
Magic method: Implements a deep clone. |
| Section::__construct | function | core/ |
Constructs a new Section. |
| SectionComponent | class | core/ |
Provides a value object for a section component. |
| SectionComponent.php | file | core/ |
|
| SectionComponent::$additional | property | core/ |
Any additional properties and values. |
| SectionComponent::$configuration | property | core/ |
An array of plugin configuration. |
| SectionComponent::$region | property | core/ |
The region the component is placed in. |
| SectionComponent::$uuid | property | core/ |
The UUID of the component. |
| SectionComponent::$weight | property | core/ |
The weight of the component. |
| SectionComponent::contextHandler | function | core/ |
Wraps the context handler. |
| SectionComponent::eventDispatcher | function | core/ |
Wraps the event dispatcher. |
| SectionComponent::fromArray | function | core/ |
Creates an object from an array representation of the section component. |
| SectionComponent::get | function | core/ |
Gets any arbitrary property for the component. |
| SectionComponent::getConfiguration | function | core/ |
Gets the component plugin configuration. |
| SectionComponent::getPlugin | function | core/ |
Gets the plugin for this component. |
| SectionComponent::getPluginId | function | core/ |
Gets the plugin ID. |
| SectionComponent::getRegion | function | core/ |
Gets the region for the component. |
| SectionComponent::getUuid | function | core/ |
Gets the UUID for this component. |
| SectionComponent::getWeight | function | core/ |
Gets the weight of the component. |
| 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. |
Pagination
- Previous page
- Page 1108
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.