You are here

function _path_alias_xt_get_menu_item in Extended Path Aliases 6

Same name and namespace in other branches
  1. 7 path_alias_xt.module \_path_alias_xt_get_menu_item()
1 call to _path_alias_xt_get_menu_item()
custom_url_rewrite_inbound in ./path_alias_xt.module
Implementation of pseudo-hook custom_url_rewrite_inbound().

File

./path_alias_xt.module, line 159
Extended Path Aliases.

Code

function _path_alias_xt_get_menu_item($path) {
  return db_result(db_query("SELECT path FROM {menu_router} WHERE path='%s'", $path));
}