public function ContactController::__construct in Drupal 8
Same name and namespace in other branches
- 9 core/modules/contact/src/Controller/ContactController.php \Drupal\contact\Controller\ContactController::__construct()
Constructs a ContactController object.
Parameters
\Drupal\Core\Render\RendererInterface $renderer: The renderer.
File
- core/
modules/ contact/ src/ Controller/ ContactController.php, line 31
Class
- ContactController
- Controller routines for contact routes.
Namespace
Drupal\contact\ControllerCode
public function __construct(RendererInterface $renderer) {
$this->renderer = $renderer;
}