public function LayoutParagraphsStateResetCommand::__construct in Layout Paragraphs 1.0.x
Constructs an ErlState instance.
File
- src/
Ajax/ LayoutParagraphsStateResetCommand.php, line 22
Class
- LayoutParagraphsStateResetCommand
- Class LayoutParagraphsStateResetCommand.
Namespace
Drupal\layout_paragraphs\AjaxCode
public function __construct($id) {
$this->id = $id;
}