Change record status: 
Introduced in branch: 
7.x-1.x
Introduced in version: 
7.x-1.0-alpha9
Description: 

The alter hook hook_entity_operations_operations_menu_alter() has been removed.

You should instead either use hook_entity_operation_info(), hook_entity_operation_info_alter(), or hook_entity_operations_menu_operations_alter().

Menu item properties for an operation's tab may be provided in any of these hooks.

Impacts: 
Module developers