function DatabaseController::create
File
-
webprofiler/
src/ Controller/ DatabaseController.php, line 32
Class
- DatabaseController
- Class DatabaseController
Namespace
Drupal\webprofiler\ControllerCode
public static function create(ContainerInterface $container) {
return new static($container->get('profiler'), $container->get('database'));
}