function RenderExampleController::create

Overrides ControllerBase::create

File

modules/render_example/src/Controller/RenderExampleController.php, line 41

Class

RenderExampleController
Provides module description page and examples of building render arrays.

Namespace

Drupal\render_example\Controller

Code

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