function TestingExampleController::create

File

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

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'));
}