You are here

protected property FieldDiscovery::$supportedCoreVersions in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/migrate_drupal/src/FieldDiscovery.php \Drupal\migrate_drupal\FieldDiscovery::supportedCoreVersions

An array of supported Drupal core versions.

Type: array

File

core/modules/migrate_drupal/src/FieldDiscovery.php, line 95

Class

FieldDiscovery
Provides field discovery for Drupal 6 & 7 migrations.

Namespace

Drupal\migrate_drupal

Code

protected $supportedCoreVersions = [
  FieldDiscoveryInterface::DRUPAL_6,
  FieldDiscoveryInterface::DRUPAL_7,
];