SettingsCommand::render

public SettingsCommand::render()

Implements Drupal\Core\Ajax\CommandInterface:render().

Overrides CommandInterface::render

File

core/lib/Drupal/Core/Ajax/SettingsCommand.php, line 55

Class

SettingsCommand
AJAX command for adjusting Drupal's JavaScript settings.

Namespace

Drupal\Core\Ajax

Code

public function render() {

  return array(
    'command' => 'settings',
    'settings' => $this->settings,
    'merge' => $this->merge,
  );
}
doc_Drupal
2016-10-29 09:42:15
Comments
Leave a Comment

Please login to continue.