public function TMGMTController::__construct in Translation Management Tool 8
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\ControllerCode
public function __construct(SystemManager $system_manager) {
$this->systemManager = $system_manager;
}