comparison core/lib/Drupal/Core/Ajax/OpenModalDialogCommand.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
6 * Defines an AJAX command to open certain content in a dialog in a modal dialog. 6 * Defines an AJAX command to open certain content in a dialog in a modal dialog.
7 * 7 *
8 * @ingroup ajax 8 * @ingroup ajax
9 */ 9 */
10 class OpenModalDialogCommand extends OpenDialogCommand { 10 class OpenModalDialogCommand extends OpenDialogCommand {
11
11 /** 12 /**
12 * Constructs an OpenModalDialog object. 13 * Constructs an OpenModalDialog object.
13 * 14 *
14 * The modal dialog differs from the normal modal provided by 15 * The modal dialog differs from the normal modal provided by
15 * OpenDialogCommand in that a modal prevents other interactions on the page 16 * OpenDialogCommand in that a modal prevents other interactions on the page