protected function WebTestBase::drupalGetSettings

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

5 calls to WebTestBase::drupalGetSettings()
CKEditorLoadingTest::getThingsToCheck in drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorLoadingTest.php
EditLoadingTest::testUserWithoutPermission in drupal/core/modules/edit/lib/Drupal/edit/Tests/EditLoadingTest.php
Test the loading of Edit when a user doesn't have access to it.
EditLoadingTest::testUserWithPermission in drupal/core/modules/edit/lib/Drupal/edit/Tests/EditLoadingTest.php
Tests the loading of Edit when a user does have access to it.
EditorLoadingTest::getThingsToCheck in drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorLoadingTest.php
FrameworkTest::testLazyLoad in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/FrameworkTest.php
Tests that new JavaScript and CSS files are lazy-loaded on an AJAX request.

File

drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php, line 2216
Definition of Drupal\simpletest\WebTestBase.

Class

WebTestBase
Test case for typical Drupal tests.

Namespace

Drupal\simpletest

Code

protected function drupalGetSettings() {
  return $this->drupalSettings;
}