Loading core/modules/layout_builder/src/Section.php +1 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,7 @@ public function getDefaultRegion() { * Returns the components of the section. * * @return \Drupal\layout_builder\SectionComponent[] * The components. * An array of components, keyed by the component UUID. */ public function getComponents() { return $this->components; Loading Loading
core/modules/layout_builder/src/Section.php +1 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,7 @@ public function getDefaultRegion() { * Returns the components of the section. * * @return \Drupal\layout_builder\SectionComponent[] * The components. * An array of components, keyed by the component UUID. */ public function getComponents() { return $this->components; Loading