function FieldLayoutEntityDisplayTrait::getDefaultRegion
Implements \Drupal\field_layout\Display\EntityDisplayWithLayoutInterface::getDefaultRegion().
File
- 
              core/
modules/ field_layout/ src/ Entity/ FieldLayoutEntityDisplayTrait.php, line 157  
Class
- FieldLayoutEntityDisplayTrait
 - Provides shared code for entity displays.
 
Namespace
Drupal\field_layout\EntityCode
public function getDefaultRegion() {
  return $this->getLayoutDefinition($this->getLayoutId())
    ->getDefaultRegion();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.