protected property SettingsCommand::$merge

Whether the settings should be merged into the global Drupal.settings.

By default (FALSE), the settings that are passed to Drupal.attachBehaviors will not include the global Drupal.settings.

Type: boolean

File

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

Class

SettingsCommand
AJAX command for adjusting Drupal's JavaScript settings.

Namespace

Drupal\Core\Ajax

Code

protected $merge;