You are here

public function BootstrapLayout::getId in Bootstrap Layouts 8.4

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

Retrieves the layout identifier.

Return value

string

File

src/BootstrapLayout.php, line 64

Class

BootstrapLayout
Class BootstrapLayout.

Namespace

Drupal\bootstrap_layouts

Code

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