BatchController::__construct

public BatchController::__construct($root)

Constructs a new BatchController.

Parameters

string $root: The app root.

File

core/modules/system/src/Controller/BatchController.php, line 29

Class

BatchController
Controller routines for batch routes.

Namespace

Drupal\system\Controller

Code

public function __construct($root) {
  $this->root = $root;
}
doc_Drupal
2016-10-29 08:46:05
Comments
Leave a Comment

Please login to continue.