function EntityDebugController::create

Same name in other branches
  1. 8.x-1.x src/Controller/EntityDebugController.php \Drupal\devel\Controller\EntityDebugController::create()
  2. 5.x src/Controller/EntityDebugController.php \Drupal\devel\Controller\EntityDebugController::create()

Overrides ControllerBase::create

File

src/Controller/EntityDebugController.php, line 40

Class

EntityDebugController
Controller for devel entity debug.

Namespace

Drupal\devel\Controller

Code

public static function create(ContainerInterface $container) {
    return new static($container->get('devel.dumper'));
}