You are here

public function ShsController::__construct in Simple hierarchical select 8

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

Construct a new ShsController object.

File

src/Controller/ShsController.php, line 26

Class

ShsController
Controller for getting taxonomy terms.

Namespace

Drupal\shs\Controller

Code

public function __construct(ContainerInterface $container) {
  $this->container = $container;
}