function LayoutDefinition::setDefaultRegion
Sets the default region.
Parameters
string $default_region: The machine-readable name of the default region.
Return value
$this
File
-
core/
lib/ Drupal/ Core/ Layout/ LayoutDefinition.php, line 544
Class
- LayoutDefinition
- Provides an implementation of a layout definition and its metadata.
Namespace
Drupal\Core\LayoutCode
public function setDefaultRegion($default_region) {
$this->default_region = $default_region;
return $this;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.