You are here

protected property AssertContentTrait::$elements in Zircon Profile 8

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

The XML structure parsed from the current raw $content.

Type: \SimpleXMLElement

File

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

Class

AssertContentTrait
Provides test methods to assert content.

Namespace

Drupal\simpletest

Code

protected $elements;