You are here

public function MockContainerAware::getResult in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php \Drupal\Tests\Core\Controller\MockContainerAware::getResult()

File

core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php, line 239
Contains \Drupal\Tests\Core\Controller\ControllerResolverTest.

Class

MockContainerAware

Namespace

Drupal\Tests\Core\Controller

Code

public function getResult() {
  return 'This is container aware.';
}