You are here

protected property AnnounceCommand::$priority in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Ajax/AnnounceCommand.php \Drupal\Core\Ajax\AnnounceCommand::priority

The priority that will be used for the announcement.

Type: string

File

core/lib/Drupal/Core/Ajax/AnnounceCommand.php, line 49

Class

AnnounceCommand
AJAX command for a JavaScript Drupal.announce() call.

Namespace

Drupal\Core\Ajax

Code

protected $priority;