class DialogController

Defines a default controller for dialog requests.

Hierarchy

Expanded class hierarchy of DialogController

1 string reference to 'DialogController'
1 service uses DialogController

File

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

Namespace

Drupal\Core\Controller
View source

Members

Namesort descending Modifiers Type Description Overrides
DialogController::$httpKernel protected property The HttpKernel object to use for subrequests.
DialogController::dialog public function Displays content in a dialog.
DialogController::forward protected function Forwards request to a subrequest.
DialogController::modal public function Displays content in a modal dialog.
DialogController::__construct public function Constructs a new HtmlPageController.