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

Henrik E Bechmann’s picture

For 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.

mustanggb’s picture

Issue summary: View changes
Status: Active » Closed (outdated)