You are here

public property FieldTestBase::$fields in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/field/src/Tests/Views/FieldTestBase.php \Drupal\field\Tests\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
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 $fields;