You are here

protected property AssertContentTrait::$drupalSettings in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/KernelTests/AssertContentTrait.php \Drupal\KernelTests\AssertContentTrait::drupalSettings
  2. 10 core/tests/Drupal/KernelTests/AssertContentTrait.php \Drupal\KernelTests\AssertContentTrait::drupalSettings

The drupalSettings value from the current raw $content.

Variable drupalSettings refers to the drupalSettings JavaScript variable.

Type: array

File

core/tests/Drupal/KernelTests/AssertContentTrait.php, line 38

Class

AssertContentTrait
Provides test methods to assert content.

Namespace

Drupal\KernelTests

Code

protected $drupalSettings;