You are here

constant MappingCreator::FIELD_COMBINATIONS in GatherContent 8.5

File

gathercontent_upload/src/Export/MappingCreator.php, line 97

Class

MappingCreator
Class for handling import/update logic from GatherContent to Drupal.

Namespace

Drupal\gathercontent_upload\Export

Code

const FIELD_COMBINATIONS = [
  'file' => 'attachment',
  'image' => 'attachment',
  'text' => 'text',
  'text_long' => 'text',
  'text_with_summary' => 'text',
  'string_long' => 'plain',
  'string' => 'plain',
  'email' => 'plain',
  'telephone' => 'plain',
  'date' => 'plain',
  'datetime' => 'plain',
];