public static function Controller::staticController

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php, line 288

Class

Controller

Namespace

Symfony\Component\HttpKernel\Tests

Code

public static function staticController() {
  return new Response('foo');
}