class CloseDialogCommand

Defines an AJAX command that closes the current active dialog.

Hierarchy

Expanded class hierarchy of CloseDialogCommand

3 files declare their use of CloseDialogCommand

File

drupal/core/lib/Drupal/Core/Ajax/CloseDialogCommand.php, line 13
Contains \Drupal\Core\Ajax\CloseDialogCommand.

Namespace

Drupal\Core\Ajax
View source

Members

Namesort descending Modifiers Type Description Overrides
CloseDialogCommand::$selector protected property A CSS selector string of the dialog to close.
CloseDialogCommand::render public function Implements \Drupal\Core\Ajax\CommandInterface::render(). Overrides CommandInterface::render
CloseDialogCommand::__construct public function Constructs a CloseDialogCommand object. 1