You are here

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

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

Returns the layout_id.

Return value

int The layout option layout_id.

1 method overrides LayoutOptionInterface::getLayoutId()
LayoutOption::getLayoutId in src/Entity/LayoutOption.php
Returns the layout_id.

File

src/LayoutOptionInterface.php, line 18

Class

LayoutOptionInterface
Provides an interface defining a layout option entity.

Namespace

Drupal\bootstrap_layout_builder

Code

public function getLayoutId();