By xano on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.x
Issue links:
Description:
The code that deals with extra fields was moved from the field API to the entity API. This means that:
hook_field_extra_fields()was renamed tohook_entity_extra_field_info().field_info_extra_fieldsandField::fieldInfo()->getBundleExtraFields()were replaced by\Drupal::entityManager()->getExtraFields()
Impacts:
Module developers