9 calls to path_save()
- LocalePathFunctionalTest::testPathLanguageConfiguration in drupal-7.x/
modules/ locale/ locale.test - Test if a language can be associated with a path alias.
- PathLookupTest::testDrupalLookupPath in drupal-7.x/
modules/ simpletest/ tests/ path.test - Test that drupal_lookup_path() returns the correct path.
- PathSaveTest::testDrupalSaveOriginalPath in drupal-7.x/
modules/ simpletest/ tests/ path.test - Tests that path_save() makes the original path available to modules.
- path_admin_form_submit in drupal-7.x/
modules/ path/ path.admin.inc - Form submission handler for path_admin_form().
- path_node_insert in drupal-7.x/
modules/ path/ path.module - Implements hook_node_insert().
- path_taxonomy_term_insert in drupal-7.x/
modules/ path/ path.module - Implements hook_taxonomy_term_insert().
- path_taxonomy_term_update in drupal-7.x/
modules/ path/ path.module - Implements hook_taxonomy_term_update().
- ShortcutLinksTestCase::testShortcutLinkAdd in drupal-7.x/
modules/ shortcut/ shortcut.test - Tests that creating a shortcut works properly.
- UrlAlterFunctionalTest::testUrlAlter in drupal-7.x/
modules/ simpletest/ tests/ path.test - Test that URL altering works and that it occurs in the correct order.