public function LayoutParagraphsEventCommand::__construct in Layout Paragraphs 2.0.x
Constructor.
File
- src/
Ajax/ LayoutParagraphsEventCommand.php, line 36
Class
- LayoutParagraphsEventCommand
- Class ExampleCommand.
Namespace
Drupal\layout_paragraphs\AjaxCode
public function __construct($layout, $component_uuid, $event_name) {
$this->layout = $layout;
$this->componentUuid = $component_uuid;
$this->eventName = $event_name;
}