You are here

public function LonelyMonkeyController::testBrokenClass in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/system/tests/modules/error_service_test/src/Controller/LonelyMonkeyController.php \Drupal\error_service_test\Controller\LonelyMonkeyController::testBrokenClass()
  2. 9 core/modules/system/tests/modules/error_service_test/src/Controller/LonelyMonkeyController.php \Drupal\error_service_test\Controller\LonelyMonkeyController::testBrokenClass()
1 string reference to 'LonelyMonkeyController::testBrokenClass'
error_service_test.routing.yml in core/modules/system/tests/modules/error_service_test/error_service_test.routing.yml
core/modules/system/tests/modules/error_service_test/error_service_test.routing.yml

File

core/modules/system/tests/modules/error_service_test/src/Controller/LonelyMonkeyController.php, line 19

Class

LonelyMonkeyController
Provides a controller which calls out to a service with missing dependencies.

Namespace

Drupal\error_service_test\Controller

Code

public function testBrokenClass() {
  return [
    '#markup' => $this
      ->t('This should be broken.'),
  ];
}