public function SubTreeController::__construct in Taxonomy Manager 8
Same name and namespace in other branches
- 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\ControllerCode
public function __construct(Request $request) {
$this->request = $request;
}