function LayoutInfoController::create
Overrides ControllerBase::create
File
-
src/
Controller/ LayoutInfoController.php, line 34
Class
- LayoutInfoController
- Returns response for Layout Info route.
Namespace
Drupal\devel\ControllerCode
public static function create(ContainerInterface $container) {
return new static($container->get('plugin.manager.core.layout'));
}