public function EarlyRenderingTestController::__construct in Drupal 9
Same name and namespace in other branches
- 8 core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php \Drupal\early_rendering_controller_test\EarlyRenderingTestController::__construct()
Constructs an EarlyRenderingTestController.
Parameters
\Drupal\Core\Render\RendererInterface $renderer:
File
- core/
modules/ system/ tests/ modules/ early_rendering_controller_test/ src/ EarlyRenderingTestController.php, line 36
Class
- EarlyRenderingTestController
- Controller routines for early_rendering_test routes.
Namespace
Drupal\early_rendering_controller_testCode
public function __construct(RendererInterface $renderer) {
$this->renderer = $renderer;
}