You are here

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

Returns the array of types.

Return value

array[] The types array.

File

src/Event/LayoutParagraphsAllowedTypesEvent.php, line 68

Class

LayoutParagraphsAllowedTypesEvent
Class definition for Layout Paragraphs Allowed Types event.

Namespace

Drupal\layout_paragraphs\Event

Code

public function getTypes() {
  return $this->types;
}