You are here

public function BlazyManagerBase::root in Blazy 8.2

Returns the app root.

File

src/BlazyManagerBase.php, line 116

Class

BlazyManagerBase
Implements BlazyManagerInterface.

Namespace

Drupal\blazy

Code

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