You are here

private static property FeedsMapperTestBase::$field_widgets in Feeds 8.2

File

lib/Drupal/feeds/Tests/FeedsMapperTestBase.php, line 16
Helper class with auxiliary functions for feeds mapper module tests.

Class

FeedsMapperTestBase
Base class for implementing Feeds Mapper test cases.

Namespace

Drupal\feeds\Tests

Code

private static $field_widgets = array(
  'datetime' => 'datetime_default',
  'number_decimal' => 'number',
  'email' => 'email_textfield',
  'emimage' => 'emimage_textfields',
  'emaudio' => 'emaudio_textfields',
  'file' => 'file_generic',
  'image' => 'image_image',
  'link' => 'link_default',
  'number_float' => 'number',
  'number_integer' => 'number',
  'nodereference' => 'nodereference_select',
  'text' => 'text_textfield',
  'userreference' => 'userreference_select',
);