diff --git a/core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php b/core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php index 1feb7af..104e78f 100644 --- a/core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php +++ b/core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php @@ -73,8 +73,8 @@ public function getFieldStorageDefinitions($entity_type_id); * An array keyed by entity type. Each value is an array which keys are * field names and value is an array with two entries: * - type: The field type. - * - bundles: The bundles array in which both the keys and values are - * identical. + * - bundles: An associative array of the bundles in which the field + * appears, where the keys and values are both the bundle's machine name. */ public function getFieldMap(); @@ -98,8 +98,8 @@ public function setFieldMap(array $field_map); * An array keyed by entity type. Each value is an array which keys are * field names and value is an array with two entries: * - type: The field type. - * - bundles: The bundles array in which both the keys and values are - * identical. + * - bundles: An associative array of the bundles in which the field + * appears, where the keys and values are both the bundle's machine name. */ public function getFieldMapByFieldType($field_type);