You are here

public function Dashboard::getSections in Dashboards with Layout Builder 2.0.x

Same name and namespace in other branches
  1. 8 src/Entity/Dashboard.php \Drupal\dashboards\Entity\Dashboard::getSections()

Gets the layout sections.

Return value

\Drupal\layout_builder\Section[] A sequentially and numerically keyed array of section objects.

Overrides SectionListInterface::getSections

File

src/Entity/Dashboard.php, line 125

Class

Dashboard
Dashboard.

Namespace

Drupal\dashboards\Entity

Code

public function getSections() {
  return $this
    ->get('sections');
}