Gets the default region.
string The machine-readable name of the default region.
public function getDefaultRegion() { return $this->layoutPluginManager() ->getDefinition($this->getLayoutId()) ->getDefaultRegion(); }