1.20.x backdrop_web_test_case.php | protected BackdropWebTestCase::backdropGetSettings() |
Gets the value of the Backdrop.settings JavaScript variable for the currently loaded page.
File
- modules/
simpletest/ backdrop_web_test_case.php, line 3127
Class
- BackdropWebTestCase
- Test case for typical Backdrop tests.
Code
protected function backdropGetSettings() {
return $this->backdropSettings;
}