You are here

public function LayoutParagraphsInsertCommand::__construct in Layout Paragraphs 1.0.x

Constructs a LayoutParagraphsInsertCommand instance.

File

src/Ajax/LayoutParagraphsInsertCommand.php, line 36

Class

LayoutParagraphsInsertCommand
Class LayoutParagraphsStateResetCommand.

Namespace

Drupal\layout_paragraphs\Ajax

Code

public function __construct($settings, $content) {
  $this->settings = $settings;
  $this->content = $content;
}