You are here

public function SubTreeController::__construct in Taxonomy Manager 8

Same name and namespace in other branches
  1. 2.0.x src/Controller/SubTreeController.php \Drupal\taxonomy_manager\Controller\SubTreeController::__construct()

Constructs a SubTreeController object.

Parameters

\Symfony\Component\HttpFoundation\Request $request: The current request.

File

src/Controller/SubTreeController.php, line 31

Class

SubTreeController
Exposes a list of terms to any JS library via JSON.

Namespace

Drupal\taxonomy_manager\Controller

Code

public function __construct(Request $request) {
  $this->request = $request;
}