You are here

public function BootstrapLayout::getPath in Bootstrap Layouts 8.4

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

Retrieves the path to the layout, may not be set.

Return value

string|null

File

src/BootstrapLayout.php, line 73

Class

BootstrapLayout
Class BootstrapLayout.

Namespace

Drupal\bootstrap_layouts

Code

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