comparison core/lib/Drupal/Core/Entity/EntityFieldManager.php @ 12:7a779792577d

Update Drupal core to v8.4.5 (via Composer)
author Chris Cannam
date Fri, 23 Feb 2018 15:52:07 +0000
parents 4c8ae668cc8c
children 1fec387a4317
comparison
equal deleted inserted replaced
11:bfffd8d7479a 12:7a779792577d
58 * An array keyed by entity type. Each value is an array whose keys are 58 * An array keyed by entity type. Each value is an array whose keys are
59 * field names and whose value is an array with two entries: 59 * field names and whose value is an array with two entries:
60 * - type: The field type. 60 * - type: The field type.
61 * - bundles: The bundles in which the field appears. 61 * - bundles: The bundles in which the field appears.
62 * 62 *
63 * @return array 63 * @var array
64 */ 64 */
65 protected $fieldMap = []; 65 protected $fieldMap = [];
66 66
67 /** 67 /**
68 * An array keyed by field type. Each value is an array whose key are entity 68 * An array keyed by field type. Each value is an array whose key are entity