You are here

public function Layout::getLayout in Layout builder library 8

Gets value of layout.

Return value

array Value of layout

File

src/Entity/Layout.php, line 115

Class

Layout
Defines a layout entity.

Namespace

Drupal\layout_library\Entity

Code

public function getLayout() {
  return $this->layout;
}