You are here

public function Theme::getPath in Express 8

Returns the relative path of the theme.

Return value

string The relative path of the theme.

2 calls to Theme::getPath()
Theme::fileScan in themes/contrib/bootstrap/src/Theme.php
Wrapper for the core file_scan_directory() function.
Theme::includeOnce in themes/contrib/bootstrap/src/Theme.php
Includes a file from the theme.

File

themes/contrib/bootstrap/src/Theme.php, line 433
Contains \Drupal\bootstrap.

Class

Theme
Defines a theme object.

Namespace

Drupal\bootstrap

Code

public function getPath() {
  return $this->theme
    ->getPath();
}