protected property SettingsCommand::$settings

An array of key/value pairs of JavaScript settings.

This will be utilized for all commands after this if they do not include their own settings array.

Type: array

File

drupal/core/lib/Drupal/Core/Ajax/SettingsCommand.php, line 32
Definition of Drupal\Core\Ajax\SettingsCommand.

Class

SettingsCommand
AJAX command for adjusting Drupal's JavaScript settings.

Namespace

Drupal\Core\Ajax

Code

protected $settings;