OpenDialogCommand::getDialogOptions

public OpenDialogCommand::getDialogOptions()

Returns the dialog options.

Return value

array

File

core/lib/Drupal/Core/Ajax/OpenDialogCommand.php, line 87

Class

OpenDialogCommand
Defines an AJAX command to open certain content in a dialog.

Namespace

Drupal\Core\Ajax

Code

public function getDialogOptions() {
  return $this->dialogOptions;
}
doc_Drupal
2016-10-29 09:32:27
Comments
Leave a Comment

Please login to continue.