You are here

public function Theme::livereloadUrl in Express 8

Returns the livereload URL set, if any.

Return value

string

See also

\Drupal\bootstrap\Theme::livereload

File

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

Class

Theme
Defines a theme object.

Namespace

Drupal\bootstrap

Code

public function livereloadUrl() {
  return $this->livereload;
}