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