You are here

protected property AssertContentTrait::$drupalSettings in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/simpletest/src/AssertContentTrait.php \Drupal\simpletest\AssertContentTrait::drupalSettings

The drupalSettings value from the current raw $content.

drupalSettings refers to the drupalSettings JavaScript variable.

Type: array

File

core/modules/simpletest/src/AssertContentTrait.php, line 43
Contains \Drupal\simpletest\AssertContentTrait.

Class

AssertContentTrait
Provides test methods to assert content.

Namespace

Drupal\simpletest

Code

protected $drupalSettings;