You are here

constant Exporter::ALLOWED_MULTI_VALUE_TYPES in GatherContent 8.5

List of allowed repeatable Drupal field types.

File

gathercontent_upload/src/Export/Exporter.php, line 99

Class

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

Namespace

Drupal\gathercontent_upload\Export

Code

const ALLOWED_MULTI_VALUE_TYPES = [
  'text',
  'text_long',
  'text_with_summary',
];