You are here

public function LayoutOptionInterface::getLayout in Bootstrap Layout Builder 2.x

Same name and namespace in other branches
  1. 1.x src/LayoutOptionInterface.php \Drupal\bootstrap_layout_builder\LayoutOptionInterface::getLayout()

Returns parent layout entity.

Return value

object The parent layout entity.

1 method overrides LayoutOptionInterface::getLayout()
LayoutOption::getLayout in src/Entity/LayoutOption.php
Returns parent layout entity.

File

src/LayoutOptionInterface.php, line 99

Class

LayoutOptionInterface
Provides an interface defining a layout option entity.

Namespace

Drupal\bootstrap_layout_builder

Code

public function getLayout();