You are here

protected property SettingsCommand::$merge in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Ajax/SettingsCommand.php \Drupal\Core\Ajax\SettingsCommand::merge

Whether the settings should be merged into the global drupalSettings.

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

Type: bool

File

core/lib/Drupal/Core/Ajax/SettingsCommand.php, line 42
Contains \Drupal\Core\Ajax\SettingsCommand.

Class

SettingsCommand
AJAX command for adjusting Drupal's JavaScript settings.

Namespace

Drupal\Core\Ajax

Code

protected $merge;