You are here

public function LayoutParagraphsUpdateLayoutEvent::getUpdatedLayout in Layout Paragraphs 2.0.x

Get the updated layout.

Return value

\Drupal\layout_paragraphs\LayoutParagraphsLayout The updated layout.

File

src/Event/LayoutParagraphsUpdateLayoutEvent.php, line 65

Class

LayoutParagraphsUpdateLayoutEvent
Class definition for Layout Paragraphs Allowed Types event.

Namespace

Drupal\layout_paragraphs\Event

Code

public function getUpdatedLayout() {
  return $this->layout;
}