function RestExampleHelpController::create

Overrides ContainerInjectionInterface::create

File

modules/rest_example/src/Controller/RestExampleHelpController.php, line 21

Class

RestExampleHelpController
Provides a help page for the REST Examples module.

Namespace

Drupal\rest_example\Controller

Code

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