function TestingExampleController::create

Overrides ContainerInjectionInterface::create

File

modules/testing_example/src/Controller/TestingExampleController.php, line 42

Class

TestingExampleController
Controller for testing_example module.

Namespace

Drupal\testing_example\Controller

Code

public static function create(ContainerInterface $container) {
    return new static($container->get('extension.list.module'));
}