public function ShsController::__construct in Simple hierarchical select 8
Same name and namespace in other branches
- 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\ControllerCode
public function __construct(ContainerInterface $container) {
$this->container = $container;
}