1 backdrop_web_test_case.php protected BackdropWebTestCase::backdropSetSettings($settings)

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

File

core/modules/simpletest/backdrop_web_test_case.php, line 3175

Class

BackdropWebTestCase
Test case for typical Backdrop tests.

Code

protected function backdropSetSettings($settings) {
  $this->backdropSettings = $settings;
}