Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ContextualController.php

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\contextual

Code

public function __construct(RendererInterface $renderer) {
    $this->renderer = $renderer;
}
RSS feed
Powered by Drupal