You are here

protected property FieldDiscovery::$discoveredFieldsCache in Drupal 8

Same name and namespace in other branches
  1. 9 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 = [];