Issue #2147601 by jibran, dawehner: Get rid of entity_local_actions().

8.0.x
webchick 2013-12-03 22:05:58 -08:00
parent 349bdb3c54
commit da773ebcfd
1 changed files with 0 additions and 15 deletions

View File

@ -80,21 +80,6 @@ function entity_menu() {
return $items;
}
/**
* Implements hook_local_actions().
*/
function entity_local_actions() {
return array(
array(
'route_name' => 'entity.view_mode_add',
'title' => t('Add view mode'),
'appears_on' => array(
'entity.view_mode_list',
),
),
);
}
/**
* Implements hook_entity_bundle_rename().
*/