1 backdrop_web_test_case.php protected BackdropWebTestCase::backdropGetSettings()

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

File

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

Class

BackdropWebTestCase
Test case for typical Backdrop tests.

Code

protected function backdropGetSettings() {
  return $this->backdropSettings;
}