Change record status: 
Project: 
Introduced in branch: 
8.x
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.

Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done