public function DialogController::__construct

Constructs a new HtmlPageController.

Parameters

\Symfony\Component\HttpKernel\HttpKernelInterface $kernel:

File

drupal/core/lib/Drupal/Core/Controller/DialogController.php, line 32
Contains \Drupal\Core\Controller\DialogController.

Class

DialogController
Defines a default controller for dialog requests.

Namespace

Drupal\Core\Controller

Code

public function __construct(HttpKernelInterface $kernel) {
  $this->httpKernel = $kernel;
}