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 |
|---|---|---|---|
| secondary-menu.css | file | core/ |
/* --------------- Secondary Menu ------------ */ .region-secondary-menu .menu { margin: 0 10px; padding: 0; text-align: right; /* LTR */ font-size: 0.929em; } [dir="rtl"] .region-secondary-menu .menu { margin-right: 10px; /*… |
| Section | class | core/ |
Provides a domain object for layout sections. |
| section-dependencies.php | file | core/ |
Test fixture. |
| Section.php | file | core/ |
|
| Section::$components | property | core/ |
An array of components, keyed by UUID. |
| Section::$layoutId | property | core/ |
The layout plugin ID. |
| Section::$layoutSettings | property | core/ |
The layout plugin settings. |
| Section::$thirdPartySettings | property | core/ |
Third party settings. |
| Section::appendComponent | function | core/ |
Appends a component to the end of a region. |
| 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. |
Pagination
- Previous page
- Page 1080
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.