You are here

public static function ExampleController::create in Libraries API 8.3

Injects BookManager Service.

Overrides ContainerInjectionInterface::create

File

tests/modules/libraries_test/src/Controller/ExampleController.php, line 13

Class

ExampleController

Namespace

Drupal\libraries_test\Controller

Code

public static function create(ContainerInterface $container) {
  return new static();
}