protected function AssertContentTrait::setDrupalSettings in Drupal 9
Same name and namespace in other branches
- 8 core/tests/Drupal/KernelTests/AssertContentTrait.php \Drupal\KernelTests\AssertContentTrait::setDrupalSettings()
- 10 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.
File
- core/
tests/ Drupal/ KernelTests/ AssertContentTrait.php, line 113
Class
- AssertContentTrait
- Provides test methods to assert content.
Namespace
Drupal\KernelTestsCode
protected function setDrupalSettings($settings) {
$this->drupalSettings = $settings;
}