public property FieldTestBase::$instances

Stores the instances of the fields. They have the same keys as the fields.

Type: array

File

drupal/core/modules/field/lib/Drupal/field/Tests/Views/FieldTestBase.php, line 46
Contains \Drupal\field\Tests\Views\FieldTestBase.

Class

FieldTestBase
Provides some helper methods for testing fieldapi integration into views.

Namespace

Drupal\field\Tests\Views

Code

public $instances;