Issue #2628702 by zerolab, joachim: hook_entity_extra_field_info() @return references non-existent method

8.0.x
Jennifer Hodgdon 2015-12-07 09:55:43 -08:00
parent 81bfce5837
commit 010b9ec04f
1 changed files with 1 additions and 1 deletions

View File

@ -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();