You are here

function hook_views_menu_children_filter_join_alter in Views Menu Node Children Filter 7

Alter the prefix values when used to join onto the link_path column in the menu_links table.

Parameters

array $prefixes The path prefix that is used to join onto table menu_links.:

string $menu_name The menu name to filter on.:

\views_plugin_query $query The query before the join is applied.:

1 invocation of hook_views_menu_children_filter_join_alter()
views_menu_children_argument::joinMenuLinksTableToNode in includes/views_menu_children_argument.inc

File

./views_menu_children_filter.api.php, line 9

Code

function hook_views_menu_children_filter_join_alter(&$prefixes, &$menu_name, \views_plugin_query &$query) {

  // The default is "node/".
}