Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
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.
SectionComponent::pluginManager function core/modules/layout_builder/src/SectionComponent.php Wraps the component plugin manager.
SectionComponent::set function core/modules/layout_builder/src/SectionComponent.php Sets a value to an arbitrary property for the component.
SectionComponent::setConfiguration function core/modules/layout_builder/src/SectionComponent.php Sets the plugin configuration.
SectionComponent::setRegion function core/modules/layout_builder/src/SectionComponent.php Sets the region for the component.
SectionComponent::setWeight function core/modules/layout_builder/src/SectionComponent.php Sets the weight of the component.
SectionComponent::toArray function core/modules/layout_builder/src/SectionComponent.php Returns an array representation of the section component.
SectionComponent::toRenderArray function core/modules/layout_builder/src/SectionComponent.php Returns the renderable array for this component.
SectionComponent::__construct function core/modules/layout_builder/src/SectionComponent.php Constructs a new SectionComponent.
SectionComponentBuildRenderArrayEvent class core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php Event fired when a section component's render array is being built.
SectionComponentBuildRenderArrayEvent.php file core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php
SectionComponentBuildRenderArrayEvent::$build property core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php The render array built by the event subscribers.
SectionComponentBuildRenderArrayEvent::$component property core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php The section component whose render array is being built.
SectionComponentBuildRenderArrayEvent::$contexts property core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php The available contexts.
SectionComponentBuildRenderArrayEvent::$inPreview property core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php Whether the component is in preview mode or not.
SectionComponentBuildRenderArrayEvent::$plugin property core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php The plugin for the section component being built.
SectionComponentBuildRenderArrayEvent::getBuild function core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php Get the render array in its current state.
SectionComponentBuildRenderArrayEvent::getComponent function core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php Get the section component whose render array is being built.
SectionComponentBuildRenderArrayEvent::getContexts function core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php Get the available contexts.
SectionComponentBuildRenderArrayEvent::getPlugin function core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php Get the plugin for the section component being built.
SectionComponentBuildRenderArrayEvent::inPreview function core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php Determine if the component is in preview mode.
SectionComponentBuildRenderArrayEvent::setBuild function core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php Set the render array.
SectionComponentBuildRenderArrayEvent::__construct function core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php Creates a new SectionComponentBuildRenderArrayEvent object.
SectionComponentTest class core/modules/layout_builder/tests/src/Unit/SectionComponentTest.php Tests Drupal\layout_builder\SectionComponent.
SectionComponentTest.php file core/modules/layout_builder/tests/src/Unit/SectionComponentTest.php
SectionComponentTest::testToRenderArray function core/modules/layout_builder/tests/src/Unit/SectionComponentTest.php Tests to render array.
SectionData class core/modules/layout_builder/src/Plugin/DataType/SectionData.php Provides a data type wrapping \Drupal\layout_builder\Section.
SectionData.php file core/modules/layout_builder/src/Plugin/DataType/SectionData.php
SectionData::$value property core/modules/layout_builder/src/Plugin/DataType/SectionData.php The section object.
SectionData::setValue function core/modules/layout_builder/src/Plugin/DataType/SectionData.php
SectionDataTest class core/modules/layout_builder/tests/src/Kernel/SectionDataTest.php Tests Drupal\layout_builder\Plugin\DataType\SectionData.
SectionDataTest.php file core/modules/layout_builder/tests/src/Kernel/SectionDataTest.php
SectionDataTest::$modules property core/modules/layout_builder/tests/src/Kernel/SectionDataTest.php
SectionDataTest::testSetArrayValue function core/modules/layout_builder/tests/src/Kernel/SectionDataTest.php Tests set array value.
SectionListInterface interface core/modules/layout_builder/src/SectionListInterface.php Defines the interface for an object that stores layout sections.
SectionListInterface.php file core/modules/layout_builder/src/SectionListInterface.php

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