File
- src/Controller/TMGMTController.php, line 34
Class
- TMGMTController
- Returns responses for tmgmt routes.
Namespace
Drupal\tmgmt\Controller
Code
public static function create(ContainerInterface $container) {
return new static($container
->get('system.manager'));
}