public function LayoutBase::getRegionDefinitions in Layout Plugin (obsolete, use core's Layout Discovery) 8
Gets information on regions keyed by machine name.
Return value
array An array of information on regions keyed by machine name.
1 call to LayoutBase::getRegionDefinitions()
- LayoutBase::build in src/
Plugin/ Layout/ LayoutBase.php - Build a render array for layout with regions.
File
- src/
Plugin/ Layout/ LayoutBase.php, line 68
Class
- LayoutBase
- Provides a base class for Layout plugins.
Namespace
Drupal\layout_plugin\Plugin\LayoutCode
public function getRegionDefinitions() {
return $this->pluginDefinition['regions'];
}