You are here

protected property TestBase::$fields in Select (or other) 4.x

Same name and namespace in other branches
  1. 8 tests/src/Functional/TestBase.php \Drupal\Tests\select_or_other\Functional\TestBase::fields

Information about the fields used in testing.

associated array keyed by field_name with the following information:

  • Widget (machine name of the widget used)
  • Cardinality (1, -1)
  • field_settings - instance_settings

Type: array $fields

See also

field_info_field().

field_info_instance().

File

tests/src/Functional/TestBase.php, line 27

Class

TestBase
Base test class for select or other widgets.

Namespace

Drupal\Tests\select_or_other\Functional

Code

protected $fields;