function Layout::get
Overrides AttributeBase::get
File
-
core/
lib/ Drupal/ Core/ Layout/ Attribute/ Layout.php, line 107
Class
- Layout
- Defines a Layout attribute object.
Namespace
Drupal\Core\Layout\AttributeCode
public function get() : LayoutDefinition {
return new LayoutDefinition(parent::get());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.