Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
path.inc
»
drupal_get_normal_path
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
12 calls to drupal_get_normal_path()
drupal_deliver_html_page
in drupal/
includes/
common.inc
Packages and sends the result of a page callback to the browser as HTML.
drupal_path_initialize
in drupal/
includes/
path.inc
Initialize the $_GET['q'] variable to the proper normal path.
menu_edit_item_validate
in drupal/
modules/
menu/
menu.admin.inc
Validate form values for a menu link being added or edited.
path_admin_form_validate
in drupal/
modules/
path/
path.admin.inc
Form validation handler for
path_admin_form
().
search_index
in drupal/
modules/
search/
search.module
Update the full-text search index for a particular item.
ShortcutLinksTestCase::testShortcutLinkAdd
in drupal/
modules/
shortcut/
shortcut.test
Tests that creating a shortcut works properly.
shortcut_admin_add_link
in drupal/
modules/
shortcut/
shortcut.admin.inc
Adds a link to the end of a shortcut set, keeping within a prescribed limit.
shortcut_link_edit_submit
in drupal/
modules/
shortcut/
shortcut.admin.inc
Submit handler for
shortcut_link_edit
().
shortcut_valid_link
in drupal/
modules/
shortcut/
shortcut.module
Determines if a path corresponds to a valid shortcut link.
system_site_information_settings_validate
in drupal/
modules/
system/
system.admin.inc
Validates the submitted site-information form.
system_update_7047
in drupal/
modules/
system/
system.install
Normalize the front page path variable.
UrlAlterFunctionalTest::assertUrlInboundAlter
in drupal/
modules/
simpletest/
tests/
path.test
Assert that a inbound path is altered to an expected value.