You are here

public function ContactController::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 35
Contains \Drupal\contact\Controller\ContactController.

Class

ContactController
Controller routines for contact routes.

Namespace

Drupal\contact\Controller

Code

public function __construct(RendererInterface $renderer) {
  $this->renderer = $renderer;
}