Skip to content
Snippets Groups Projects
Commit da773ebc authored by Angie Byron's avatar Angie Byron
Browse files

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

parent 349bdb3c
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -80,21 +80,6 @@ function entity_menu() { ...@@ -80,21 +80,6 @@ function entity_menu() {
return $items; 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(). * Implements hook_entity_bundle_rename().
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment