You are here

public function LayoutParagraphsSection::getLayoutConfiguration in Layout Paragraphs 2.0.x

Returns the layout plugin settings for the provided paragraph.

Return value

array The settings array.

File

src/LayoutParagraphsSection.php, line 118

Class

LayoutParagraphsSection
Provides a domain object for a Layout Paragraphs Section.

Namespace

Drupal\layout_paragraphs

Code

public function getLayoutConfiguration() {
  return $this
    ->getSettings()['config'] ?? [];
}