OpenDialogCommand::getDialogOptions
  • References/PHP/Drupal/Ajax/OpenDialogCommand

public OpenDialogCommand::getDialogOptions()

2025-01-10 15:47:30
OpenDialogCommand::$title
  • References/PHP/Drupal/Ajax/OpenDialogCommand

The title of the dialog. Type: string File core/lib

2025-01-10 15:47:30
OpenDialogCommand::$dialogOptions
  • References/PHP/Drupal/Ajax/OpenDialogCommand

Stores dialog-specific options passed directly to jQuery UI dialogs. Any jQuery UI option can be used. See

2025-01-10 15:47:30
OpenDialogCommand::$content
  • References/PHP/Drupal/Ajax/OpenDialogCommand

The content for the dialog. Either a render array or an HTML string. Type: string|array

2025-01-10 15:47:30
OpenDialogCommand::setDialogTitle
  • References/PHP/Drupal/Ajax/OpenDialogCommand

public OpenDialogCommand::setDialogTitle($title)

2025-01-10 15:47:30
OpenDialogCommand::render
  • References/PHP/Drupal/Ajax/OpenDialogCommand

public OpenDialogCommand::render()

2025-01-10 15:47:30
OpenDialogCommand::$settings
  • References/PHP/Drupal/Ajax/OpenDialogCommand

Custom settings that will be passed to the Drupal behaviors on the content of the dialog. Type:

2025-01-10 15:47:30
OpenDialogCommand::setDialogOption
  • References/PHP/Drupal/Ajax/OpenDialogCommand

public OpenDialogCommand::setDialogOption($key, $value)

2025-01-10 15:47:30
OpenDialogCommand::setDialogOptions
  • References/PHP/Drupal/Ajax/OpenDialogCommand

public OpenDialogCommand::setDialogOptions($dialog_options)

2025-01-10 15:47:30
OpenDialogCommand
  • References/PHP/Drupal/Ajax/OpenDialogCommand

Defines an AJAX command to open certain content in a dialog. Hierarchy class \Drupal\Core\Ajax\

2025-01-10 15:47:30