You are here

protected property FieldDiscovery::$fieldPluginCache in Drupal 9

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

An array of already discovered field plugin information.

Type: array

File

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

Class

FieldDiscovery
Provides field discovery for Drupal 6 & 7 migrations.

Namespace

Drupal\migrate_drupal

Code

protected $fieldPluginCache;