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_paragraphsCode
public function getRegion() {
return $this
->getSetting('region');
}