Issue #2628702 by zerolab, joachim: hook_entity_extra_field_info() @return references non-existent method
parent
81bfce5837
commit
010b9ec04f
|
@ -1964,7 +1964,7 @@ function hook_ENTITY_TYPE_field_values_init(\Drupal\Core\Entity\FieldableEntityI
|
|||
*
|
||||
* @return array
|
||||
* The array structure is identical to that of the return value of
|
||||
* \Drupal\Core\Entity\EntityManagerInterface::getExtraFields().
|
||||
* \Drupal\Core\Entity\EntityFieldManagerInterface::getExtraFields().
|
||||
*/
|
||||
function hook_entity_extra_field_info() {
|
||||
$extra = array();
|
||||
|
|
Loading…
Reference in New Issue