You are here

public function LayoutInterface::getLayoutOptions in Bootstrap Layout Builder 2.x

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

Returns all the options from a layout options sorted correctly.

Return value

\Drupal\bootstrap_layout_builder\LayoutOptionInterface[] An array of layout options entities.

1 method overrides LayoutInterface::getLayoutOptions()
Layout::getLayoutOptions in src/Entity/Layout.php
Returns all the options from a layout options sorted correctly.

File

src/LayoutInterface.php, line 18

Class

LayoutInterface
Defines an interface for blb_layout entity storage classes.

Namespace

Drupal\bootstrap_layout_builder

Code

public function getLayoutOptions();