You are here

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\Ajax

Code

public function __construct($layout, $component_uuid, $event_name) {
  $this->layout = $layout;
  $this->componentUuid = $component_uuid;
  $this->eventName = $event_name;
}