You are here

protected property SelectOrOtherTestBase::$fields in Select (or other) 7.3

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/SelectOrOtherTestBase.test, line 24
Contains SelectOrOtherTestBase.

Class

SelectOrOtherTestBase
Class SelectOrOtherTestBase Base class for select_or_other testing.

Code

protected $fields;