You are here

function taxonomy_menu_dummy_paths_callback in Taxonomy menu 7.2

Menu callback.

Parameters

$user_id: The user id of the user whose profile page will be loaded.

1 string reference to 'taxonomy_menu_dummy_paths_callback'
taxonomy_menu_dummy_paths_menu in tests/taxonomy_menu_dummy_paths.module
Implements hook_menu().

File

tests/taxonomy_menu_dummy_paths.module, line 36
Helper module for the taxonomy menu custom paths tests.

Code

function taxonomy_menu_dummy_paths_callback($tid = 1, $depth = 2) {

  // We don't want to do anything in particular here.
  return;
}