You are here

public function LayoutParagraphsLayout::setSettings in Layout Paragraphs 2.0.x

Sets the settings array.

Parameters

array[] $settings: An associative array of settings.

Return value

$this

File

src/LayoutParagraphsLayout.php, line 118

Class

LayoutParagraphsLayout
Provides a domain object for a complete Layout Paragraphs Layout.

Namespace

Drupal\layout_paragraphs

Code

public function setSettings(array $settings) {
  $this->settings = $settings;
  return $this;
}