function DashboardController::create
File
-
webprofiler/
src/ Controller/ DashboardController.php, line 51
Class
- DashboardController
- Class DashboardController
Namespace
Drupal\webprofiler\ControllerCode
public static function create(ContainerInterface $container) {
return new static($container->get('profiler'), $container->get('router'), $container->get('template_manager'), $container->get('date.formatter'), $container->get('profiler.storage_manager'));
}