You are here

public function LayoutOption::getLayoutId in Bootstrap Layout Builder 1.x

Same name and namespace in other branches
  1. 2.x src/Entity/LayoutOption.php \Drupal\bootstrap_layout_builder\Entity\LayoutOption::getLayoutId()

Returns the layout_id.

Return value

int The layout option layout_id.

Overrides LayoutOptionInterface::getLayoutId

File

src/Entity/LayoutOption.php, line 101

Class

LayoutOption
Defines the layout option entity class.

Namespace

Drupal\bootstrap_layout_builder\Entity

Code

public function getLayoutId() {
  return $this->layout_id;
}