You are here

public function LayoutParagraphsAllowedTypesEvent::getParentUuid in Layout Paragraphs 2.0.x

Get the parent uuid.

Return value

string The parent uuid.

File

src/Event/LayoutParagraphsAllowedTypesEvent.php, line 91

Class

LayoutParagraphsAllowedTypesEvent
Class definition for Layout Paragraphs Allowed Types event.

Namespace

Drupal\layout_paragraphs\Event

Code

public function getParentUuid() {
  return $this->parentUuid;
}