public function BootstrapLayout::getRegions in Bootstrap Layouts 8.5
Same name and namespace in other branches
- 8.4 src/BootstrapLayout.php \Drupal\bootstrap_layouts\BootstrapLayout::getRegions()
Retrieves all defined layout regions.
Return value
array An associative array of layout regions, keyed by their machine name.
File
- src/
BootstrapLayout.php, line 98
Class
- BootstrapLayout
- Class BootstrapLayout.
Namespace
Drupal\bootstrap_layoutsCode
public function getRegions() {
return $this->data['regions'];
}