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

1
2
3
public function getDialogOptions() {
  return $this->dialogOptions;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.