You are here

protected property AlertCommand::$text in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Ajax/AlertCommand.php \Drupal\Core\Ajax\AlertCommand::text
  2. 10 core/lib/Drupal/Core/Ajax/AlertCommand.php \Drupal\Core\Ajax\AlertCommand::text

The text to be displayed in the alert box.

Type: string

File

core/lib/Drupal/Core/Ajax/AlertCommand.php, line 17

Class

AlertCommand
AJAX command for a javascript alert box.

Namespace

Drupal\Core\Ajax

Code

protected $text;