You are here

public property FieldTestBase::$fields in Drupal 8

Same name in this branch
  1. 8 core/modules/field/src/Tests/Views/FieldTestBase.php \Drupal\field\Tests\Views\FieldTestBase::fields
  2. 8 core/modules/field/tests/src/Functional/Views/FieldTestBase.php \Drupal\Tests\field\Functional\Views\FieldTestBase::fields

Stores the fields of the field storage. They have the same keys as the field storages.

Type: array

File

core/modules/field/src/Tests/Views/FieldTestBase.php, line 50

Class

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

Namespace

Drupal\field\Tests\Views

Code

public $fields;