You are here

public function LayoutOptionInterface::getStructure in Bootstrap Layout Builder 1.x

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

Returns the structure.

Return value

string The layout option structure.

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

File

src/LayoutOptionInterface.php, line 37

Class

LayoutOptionInterface
Provides an interface defining a layout option entity.

Namespace

Drupal\bootstrap_layout_builder

Code

public function getStructure();