function DrupalWebTestCase::drupalSetSettings

Sets the value of the Drupal.settings JavaScript variable for the currently loaded page.

1 call to DrupalWebTestCase::drupalSetSettings()
DrupalWebTestCase::drupalPostAJAX in modules/simpletest/drupal_web_test_case.php
Execute an Ajax submission.

File

modules/simpletest/drupal_web_test_case.php, line 3256

Class

DrupalWebTestCase
Test case for typical Drupal tests.

Code

protected function drupalSetSettings($settings) {
    $this->drupalSettings = $settings;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.