FieldDiscovery::$discoveredFieldsCache
Same name in other branches
- 9 core/modules/migrate_drupal/src/FieldDiscovery.php \Drupal\migrate_drupal\FieldDiscovery::discoveredFieldsCache
- 8.9.x core/modules/migrate_drupal/src/FieldDiscovery.php \Drupal\migrate_drupal\FieldDiscovery::discoveredFieldsCache
- 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 56
Class
- FieldDiscovery
- Provides field discovery for Drupal 6 & 7 migrations.
Namespace
Drupal\migrate_drupalCode
protected $discoveredFieldsCache = [];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.