Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
secondary-menu.css file core/themes/bartik/css/components/secondary-menu.css /* --------------- 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/modules/layout_builder/src/Section.php Provides a domain object for layout sections.
section-dependencies.php file core/modules/layout_builder/tests/fixtures/update/section-dependencies.php Test fixture.
Section.php file core/modules/layout_builder/src/Section.php
Section::$components property core/modules/layout_builder/src/Section.php An array of components, keyed by UUID.
Section::$layoutId property core/modules/layout_builder/src/Section.php The layout plugin ID.
Section::$layoutSettings property core/modules/layout_builder/src/Section.php The layout plugin settings.
Section::$thirdPartySettings property core/modules/layout_builder/src/Section.php Third party settings.
Section::appendComponent function core/modules/layout_builder/src/Section.php Appends a component to the end of a region.
Section::fromArray function core/modules/layout_builder/src/Section.php Creates an object from an array representation of the section.
Section::getComponent function core/modules/layout_builder/src/Section.php Gets the component for a given UUID.
Section::getComponents function core/modules/layout_builder/src/Section.php Returns the components of the section.
Section::getComponentsByRegion function core/modules/layout_builder/src/Section.php Gets the components for a specific region.
Section::getDefaultRegion function core/modules/layout_builder/src/Section.php Gets the default region.
Section::getLayout function core/modules/layout_builder/src/Section.php Gets the layout plugin for this section.
Section::getLayoutId function core/modules/layout_builder/src/Section.php Gets the layout plugin ID for this section.
Section::getLayoutSettings function core/modules/layout_builder/src/Section.php Gets the layout plugin settings for this section.
Section::getNextHighestWeight function core/modules/layout_builder/src/Section.php Returns the next highest weight of the component in a region.
Section::getThirdPartyProviders function core/modules/layout_builder/src/Section.php Gets the list of third parties that store information.
Section::getThirdPartySetting function core/modules/layout_builder/src/Section.php Gets the value of a third-party setting.
Section::getThirdPartySettings function core/modules/layout_builder/src/Section.php Gets all third-party settings of a given module.
Section::insertAfterComponent function core/modules/layout_builder/src/Section.php Inserts a component after a specified existing component.
Section::insertComponent function core/modules/layout_builder/src/Section.php Inserts a component at a specified delta.
Section::layoutPluginManager function core/modules/layout_builder/src/Section.php Wraps the layout plugin manager.
Section::removeComponent function core/modules/layout_builder/src/Section.php Removes a given component from a region.
Section::setComponent function core/modules/layout_builder/src/Section.php Helper method to set a component.
Section::setLayoutSettings function core/modules/layout_builder/src/Section.php Sets the layout plugin settings for this section.
Section::setThirdPartySetting function core/modules/layout_builder/src/Section.php Sets the value of a third-party setting.
Section::toArray function core/modules/layout_builder/src/Section.php Returns an array representation of the section.
Section::toRenderArray function core/modules/layout_builder/src/Section.php Returns the renderable array for this section.
Section::unsetThirdPartySetting function core/modules/layout_builder/src/Section.php Unsets a third-party setting.
Section::__clone function core/modules/layout_builder/src/Section.php Magic method: Implements a deep clone.
Section::__construct function core/modules/layout_builder/src/Section.php Constructs a new Section.
SectionComponent class core/modules/layout_builder/src/SectionComponent.php Provides a value object for a section component.
SectionComponent.php file core/modules/layout_builder/src/SectionComponent.php
SectionComponent::$additional property core/modules/layout_builder/src/SectionComponent.php Any additional properties and values.
SectionComponent::$configuration property core/modules/layout_builder/src/SectionComponent.php An array of plugin configuration.
SectionComponent::$region property core/modules/layout_builder/src/SectionComponent.php The region the component is placed in.
SectionComponent::$uuid property core/modules/layout_builder/src/SectionComponent.php The UUID of the component.
SectionComponent::$weight property core/modules/layout_builder/src/SectionComponent.php The weight of the component.
SectionComponent::contextHandler function core/modules/layout_builder/src/SectionComponent.php Wraps the context handler.
SectionComponent::eventDispatcher function core/modules/layout_builder/src/SectionComponent.php Wraps the event dispatcher.
SectionComponent::fromArray function core/modules/layout_builder/src/SectionComponent.php Creates an object from an array representation of the section component.
SectionComponent::get function core/modules/layout_builder/src/SectionComponent.php Gets any arbitrary property for the component.
SectionComponent::getConfiguration function core/modules/layout_builder/src/SectionComponent.php Gets the component plugin configuration.
SectionComponent::getPlugin function core/modules/layout_builder/src/SectionComponent.php Gets the plugin for this component.
SectionComponent::getPluginId function core/modules/layout_builder/src/SectionComponent.php Gets the plugin ID.
SectionComponent::getRegion function core/modules/layout_builder/src/SectionComponent.php Gets the region for the component.
SectionComponent::getUuid function core/modules/layout_builder/src/SectionComponent.php Gets the UUID for this component.
SectionComponent::getWeight function core/modules/layout_builder/src/SectionComponent.php Gets the weight of the component.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.