class SetDialogOptionCommand

Defines an AJAX command that sets jQuery UI dialog properties.

Hierarchy

Expanded class hierarchy of SetDialogOptionCommand

2 files declare their use of SetDialogOptionCommand

File

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

Namespace

Drupal\Core\Ajax
View source

Members

Namesort descending Modifiers Type Description Overrides
SetDialogOptionCommand::$optionName protected property A jQuery UI dialog option name.
SetDialogOptionCommand::$optionValue protected property A jQuery UI dialog option value.
SetDialogOptionCommand::$selector protected property A CSS selector string.
SetDialogOptionCommand::render public function Implements \Drupal\Core\Ajax\CommandInterface::render(). Overrides CommandInterface::render
SetDialogOptionCommand::__construct public function Constructs a SetDialogOptionCommand object. 1