FieldDiscovery::$discoveredFieldsCache

Same name in other branches
  1. 9 core/modules/migrate_drupal/src/FieldDiscovery.php \Drupal\migrate_drupal\FieldDiscovery::discoveredFieldsCache
  2. 10 core/modules/migrate_drupal/src/FieldDiscovery.php \Drupal\migrate_drupal\FieldDiscovery::discoveredFieldsCache
  3. 11.x core/modules/migrate_drupal/src/FieldDiscovery.php \Drupal\migrate_drupal\FieldDiscovery::discoveredFieldsCache

A cache of discovered fields.

It is an array of arrays. If the entity type is bundleable, a third level of arrays is added to account for fields discovered at the bundle level.

[{core}][{entity_type}][{bundle}]

Type: array

File

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

Class

FieldDiscovery
Provides field discovery for Drupal 6 & 7 migrations.

Namespace

Drupal\migrate_drupal

Code

protected $discoveredFieldsCache = [];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.