Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. FieldDiscovery.php

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_drupal

Code

protected $discoveredFieldsCache = [];

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal