12 calls to drupal_get_normal_path() in Drupal 7
- drupal_deliver_html_page in includes/
common.inc - Packages and sends the result of a page callback to the browser as HTML.
- drupal_path_initialize in includes/
path.inc - Initialize the $_GET['q'] variable to the proper normal path.
- menu_edit_item_validate in modules/
menu/ menu.admin.inc - Validate form values for a menu link being added or edited.
- path_admin_form_validate in modules/
path/ path.admin.inc - Form validation handler for path_admin_form().
- search_index in modules/
search/ search.module - Update the full-text search index for a particular item.
- ShortcutLinksTestCase::testShortcutLinkAdd in modules/
shortcut/ shortcut.test - Tests that creating a shortcut works properly.
- shortcut_admin_add_link in 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 modules/
shortcut/ shortcut.admin.inc - Submit handler for shortcut_link_edit().
- shortcut_valid_link in modules/
shortcut/ shortcut.module - Determines if a path corresponds to a valid shortcut link.
- system_site_information_settings_validate in modules/
system/ system.admin.inc - Validates the submitted site-information form.
- system_update_7047 in modules/
system/ system.install - Normalize the front page path variable.
- UrlAlterFunctionalTest::assertUrlInboundAlter in modules/
simpletest/ tests/ path.test - Assert that a inbound path is altered to an expected value.