You are here

public function LonelyMonkeyController::__construct 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::__construct()
  2. 9 core/modules/system/tests/modules/error_service_test/src/Controller/LonelyMonkeyController.php \Drupal\error_service_test\Controller\LonelyMonkeyController::__construct()

File

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

Class

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

Namespace

Drupal\error_service_test\Controller

Code

public function __construct(LonelyMonkeyClass $class) {
  $this->class = $class;
}