Issue #2700491 by er.pushpinderrana, jhodgdon: getFieldMap() should state that bundle array has matching keys and values
parent
e53b13af9e
commit
95338351ac
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue