You are here

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

Get the region.

Return value

string The region.

File

src/Event/LayoutParagraphsAllowedTypesEvent.php, line 101

Class

LayoutParagraphsAllowedTypesEvent
Class definition for Layout Paragraphs Allowed Types event.

Namespace

Drupal\layout_paragraphs\Event

Code

public function getRegion() {
  return $this->region;
}