public function TMGMTController::__construct

Constructs a new TMGMTLocalController.

Parameters

\Drupal\system\SystemManager $system_manager: System manager service.

File

src/Controller/TMGMTController.php, line 27

Class

TMGMTController
Returns responses for tmgmt routes.

Namespace

Drupal\tmgmt\Controller

Code

public function __construct(SystemManager $system_manager) {
  $this->systemManager = $system_manager;
}