function ContextualController::__construct
Constructors a new ContextualController.
Parameters
\Drupal\Core\Render\RendererInterface $renderer: The renderer.
File
-
core/
modules/ contextual/ src/ ContextualController.php, line 32
Class
- ContextualController
- Returns responses for Contextual module routes.
Namespace
Drupal\contextualCode
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.