Issue #2700491 by er.pushpinderrana, jhodgdon: getFieldMap() should state that bundle array has matching keys and values

8.2.x
Alex Pott 2016-04-07 15:55:53 +01:00
parent e53b13af9e
commit 95338351ac
1 changed files with 4 additions and 2 deletions

View File

@ -73,7 +73,8 @@ interface EntityFieldManagerInterface {
* 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 in which the field appears.
* - 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();
@ -97,7 +98,8 @@ interface EntityFieldManagerInterface {
* 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 in which the field appears.
* - 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);