All,
I can't find a way to change the tab menu title of a drupal views page view programmatically at runtime. I've looked at the $view object, but don't see the page settings menu tab title slot.
Any clues?
Thanks
All,
I can't find a way to change the tab menu title of a drupal views page view programmatically at runtime. I've looked at the $view object, but don't see the page settings menu tab title slot.
Any clues?
Thanks
Comments
Comment #1
Henrik E Bechmann commentedFor the curious, it turns out that hook_menu_local_tasks_alter(&$data, $router_item, $root_path) provides access to menu titles at runtime. dpm($data) will show you how.
Comment #2
mustanggb commented