function DatabaseController::create

File

webprofiler/src/Controller/DatabaseController.php, line 32

Class

DatabaseController
Class DatabaseController

Namespace

Drupal\webprofiler\Controller

Code

public static function create(ContainerInterface $container) {
    return new static($container->get('profiler'), $container->get('database'));
}