By berdir on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.x
Issue links:
Description:
In 7.x, it was possible to specify a custom load hook name for an entity type in hook_entity_info(). This option has been removed and is now always defined as hook_${entity_type}_load().
Entity types that relied on that feature might need to adjust their hook documentation and implementations and document the change.