You are here

public function LayoutOption::getStructure 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::getStructure()

Returns the structure.

Return value

string The layout option structure.

Overrides LayoutOptionInterface::getStructure

File

src/Entity/LayoutOption.php, line 116

Class

LayoutOption
Defines the layout option entity class.

Namespace

Drupal\bootstrap_layout_builder\Entity

Code

public function getStructure() {
  return $this->structure;
}