You are here

public function BootstrapLayout::getRegions in Bootstrap Layouts 8.5

Same name and namespace in other branches
  1. 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_layouts

Code

public function getRegions() {
  return $this->data['regions'];
}