function EntityDebugController::create
Same name in other branches
- 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\ControllerCode
public static function create(ContainerInterface $container) {
return new static($container->get('devel.dumper'));
}