You are here

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

Gets the region for the component.

Return value

string The region.

File

src/LayoutParagraphsComponent.php, line 42

Class

LayoutParagraphsComponent
Provides a domain object for a single Layout Paragraphs Component.

Namespace

Drupal\layout_paragraphs

Code

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