You are here

public function BootstrapLayout::getSettings in Bootstrap Layouts 8.4

Same name and namespace in other branches
  1. 8.5 src/BootstrapLayout.php \Drupal\bootstrap_layouts\BootstrapLayout::getSettings()

Retrieves all defined layout settings.

Return value

array An associative array of layout settings, keyed by their machine name.

File

src/BootstrapLayout.php, line 129

Class

BootstrapLayout
Class BootstrapLayout.

Namespace

Drupal\bootstrap_layouts

Code

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