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\AjaxCode
public function __construct($settings, $content) {
$this->settings = $settings;
$this->content = $content;
}