You are here

public function SectionListInterface::getSection in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/layout_builder/src/SectionListInterface.php \Drupal\layout_builder\SectionListInterface::getSection()
  2. 10 core/modules/layout_builder/src/SectionListInterface.php \Drupal\layout_builder\SectionListInterface::getSection()

Gets a domain object for the layout section.

Parameters

int $delta: The delta of the section.

Return value

\Drupal\layout_builder\Section The layout section.

1 method overrides SectionListInterface::getSection()
SectionStorageBase::getSection in core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageBase.php
Gets a domain object for the layout section.

File

core/modules/layout_builder/src/SectionListInterface.php, line 29

Class

SectionListInterface
Defines the interface for an object that stores layout sections.

Namespace

Drupal\layout_builder

Code

public function getSection($delta);