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\EntityCode
public function getLayout() {
return $this->layout;
}