comparison core/lib/Drupal/Core/Ajax/OpenDialogCommand.php @ 12:7a779792577d

Update Drupal core to v8.4.5 (via Composer)
author Chris Cannam
date Fri, 23 Feb 2018 15:52:07 +0000
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
11:bfffd8d7479a 12:7a779792577d
117 * 117 *
118 * @param string $title 118 * @param string $title
119 * The new title of the dialog. 119 * The new title of the dialog.
120 */ 120 */
121 public function setDialogTitle($title) { 121 public function setDialogTitle($title) {
122 $this->setDialogOptions('title', $title); 122 $this->setDialogOption('title', $title);
123 } 123 }
124 124
125 /** 125 /**
126 * Implements \Drupal\Core\Ajax\CommandInterface:render(). 126 * Implements \Drupal\Core\Ajax\CommandInterface:render().
127 */ 127 */