function EarlyRenderingTestController::__construct
Same name in other branches
- 9 core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php \Drupal\early_rendering_controller_test\EarlyRenderingTestController::__construct()
- 8.9.x core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php \Drupal\early_rendering_controller_test\EarlyRenderingTestController::__construct()
- 10 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: The renderer.
File
-
core/
modules/ system/ tests/ modules/ early_rendering_controller_test/ src/ EarlyRenderingTestController.php, line 39
Class
- EarlyRenderingTestController
- Controller routines for early_rendering_test routes.
Namespace
Drupal\early_rendering_controller_testCode
public function __construct(RendererInterface $renderer) {
$this->renderer = $renderer;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.