You are here

public function Theme::__toString in Express 8

Returns the theme machine name.

Return value

string Theme machine name.

File

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

Class

Theme
Defines a theme object.

Namespace

Drupal\bootstrap

Code

public function __toString() {
  return $this
    ->getName();
}