drupal_get_normal_path

Functions that call drupal_get_normal_path()

Namesort iconLocationDescription
drupal_access_deniedincludes/common.incGenerates a 403 error if the request is not allowed.
drupal_get_normal_pathincludes/path.incGiven a path alias, return the internal path it represents.
drupal_init_pathincludes/path.incInitialize the $_GET['q'] variable to the proper normal path.
drupal_is_front_pageincludes/path.incCheck if the current page is the front page.
drupal_not_foundincludes/common.incGenerates a 404 error if the request can not be handled.
menu_edit_item_validatemodules/menu/menu.admin.incValidate form values for a menu link being added or edited.
search_indexmodules/search/search.moduleUpdate the full-text search index for a particular item.
system_site_information_settings_validatemodules/system/system.admin.incValidate the submitted site-information form.
system_update_6021modules/system/system.installMigrate the menu items from the old menu system to the new menu_links table.
_menu_site_is_offlineincludes/menu.incChecks whether the site is off-line for maintenance.

Functions called by drupal_get_normal_path()

Namesort iconLocationDescription
custom_url_rewrite_inbounddeveloper/hooks/core.phpcustom_url_rewrite_inbound is not a hook, it's a function you can add to settings.php to alter incoming requests so they map to a Drupal path. This function is called before modules are loaded and the menu system is initialized and it changes...
drupal_get_normal_pathincludes/path.incGiven a path alias, return the internal path it represents.
drupal_lookup_pathincludes/path.incGiven an alias, return its Drupal system URL if one exists. Given a Drupal system URL return one of its aliases if such a one exists. Otherwise, return FALSE.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.