You are here

constant ImportExportTestBase::ENTITY_REFERENCE_TYPES in Acquia Content Hub 8.2

File

tests/src/Kernel/ImportExportTestBase.php, line 28

Class

ImportExportTestBase
Base for testing exports and imports.

Namespace

Drupal\Tests\acquia_contenthub\Kernel

Code

const ENTITY_REFERENCE_TYPES = [
  'file',
  'entity_reference',
  'entity_reference_revisions',
];