function AssertContentTrait::setDrupalSettings
Same name in other branches
- 9 core/tests/Drupal/KernelTests/AssertContentTrait.php \Drupal\KernelTests\AssertContentTrait::setDrupalSettings()
- 10 core/tests/Drupal/KernelTests/AssertContentTrait.php \Drupal\KernelTests\AssertContentTrait::setDrupalSettings()
- 11.x core/tests/Drupal/KernelTests/AssertContentTrait.php \Drupal\KernelTests\AssertContentTrait::setDrupalSettings()
Sets the value of drupalSettings for the currently-loaded page.
Variable drupalSettings refers to the drupalSettings JavaScript variable.
1 call to AssertContentTrait::setDrupalSettings()
- WebTestBase::drupalProcessAjaxResponse in core/
modules/ simpletest/ src/ WebTestBase.php - Processes an AJAX response into current content.
File
-
core/
tests/ Drupal/ KernelTests/ AssertContentTrait.php, line 114
Class
- AssertContentTrait
- Provides test methods to assert content.
Namespace
Drupal\KernelTestsCode
protected function setDrupalSettings($settings) {
$this->drupalSettings = $settings;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.