Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 293450

hook_menu_local_tasks_alter is not called on node/add pages

$
0
0

I am trying to add local task tabs to my node/add/(type) pages, but it seems that the hook does not fire. A simple test:

<?php
function mymodule_menu_local_tasks_alter(&$data, $router_item, $root_path) {
    print
"I am called here!";
}
?>

You will see the print out on every page but not when creating a node from node/add/(type) pages.


Viewing all articles
Browse latest Browse all 293450

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>