You are here

function some_controller_function in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/Tests/Controller/ControllerResolverTest.php \Symfony\Component\HttpKernel\Tests\Controller\some_controller_function()

File

vendor/symfony/http-kernel/Tests/Controller/ControllerResolverTest.php, line 240

Namespace

Symfony\Component\HttpKernel\Tests\Controller

Code

function some_controller_function($foo, $foobar) {
}