Returns the dialog options.
Return value
array
File
- drupal/core/lib/Drupal/Core/Ajax/OpenDialogCommand.php, line 84
- Contains \Drupal\Core\Ajax\OpenDialogCommand.
Class
- OpenDialogCommand
- Defines an AJAX command to open certain content in a dialog.
Namespace
Drupal\Core\Ajax
Code
public function getDialogOptions() {
return $this->dialogOptions;
}