function MockInvokeController::__invoke

File

core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php, line 247

Class

MockInvokeController
Test class used for testing the Controller resolver class.

Namespace

Drupal\Tests\Core\Controller

Code

public function __invoke() {
  return 'This used __invoke().';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.