You are here

public function BlazyManagerBase::setRoot in Blazy 8.2

Sets app root service.

@todo remove and use DI at 3.x+ post sub-classes updates.

File

src/BlazyManagerBase.php, line 125

Class

BlazyManagerBase
Implements BlazyManagerInterface.

Namespace

Drupal\blazy

Code

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