public function LayoutParagraphsLayout::getSettings in Layout Paragraphs 2.0.x
Returns the settings array.
File
- src/
LayoutParagraphsLayout.php, line 126
Class
- LayoutParagraphsLayout
- Provides a domain object for a complete Layout Paragraphs Layout.
Namespace
Drupal\layout_paragraphsCode
public function getSettings() {
return $this->settings;
}