PathPatternUnitTestCase::testPathDeleteMultiple |
core/modules/path/tests/path_pattern.test |
Test path_delete_multiple(). |
PathPatternUnitTestCase::testPathTokens |
core/modules/path/tests/path_pattern.test |
Test the handling of path vs non-path tokens in path_clean_token_values(). |
PathPatternUnitTestCase::testPatternLoadByEntity |
core/modules/path/tests/path_pattern.test |
Test path_get_pattern_by_entity_type(). |
PathPatternUnitTestCase::testUpdateActions |
core/modules/path/tests/path_pattern.test |
Test the different update actions in path_save_automatic_alias(). |
PathSaveTest::setUp |
core/modules/simpletest/tests/path.test |
Sets up a Backdrop site for running functional and integration tests. |
PathSaveTest::testBackdropSaveOriginalPath |
core/modules/simpletest/tests/path.test |
Tests that path_save() makes the original path available to modules. |
PathTaxonomyTermTestCase::setUp |
core/modules/path/tests/path.test |
Sets up a Backdrop site for running functional and integration tests. |
PathTaxonomyTermTestCase::testTermAlias |
core/modules/path/tests/path.test |
Tests alias functionality through the admin interfaces. |
PathTestCase::getPID |
core/modules/path/tests/path.test |
Returns the path ID. |
PathTestCase::setUp |
core/modules/path/tests/path.test |
Sets up a Backdrop site for running functional and integration tests. |
PathTestCase::testAdminAlias |
core/modules/path/tests/path.test |
Tests alias functionality through the admin interfaces. |
PathTestCase::testDuplicateNodeAlias |
core/modules/path/tests/path.test |
Tests that tries to create a duplicate alias are caught by validation. |
PathTestCase::testNodeAlias |
core/modules/path/tests/path.test |
Tests alias functionality through the node interfaces. |
PathTestCase::testPathCache |
core/modules/path/tests/path.test |
Tests the path cache. |
path_action_info |
core/modules/path/path.module |
Implements hook_action_info(). |
path_admin_bulk_delete_confirm |
core/modules/path/path.admin.inc |
Confirm form for URL alias bulk deletion. |
path_admin_delete_confirm |
core/modules/path/path.admin.inc |
Form constructor for the path deletion form. |
path_admin_delete_confirm_submit |
core/modules/path/path.admin.inc |
Form submission handler for path_admin_delete_confirm(). |
path_admin_edit |
core/modules/path/path.admin.inc |
Page callback: Returns a form creating or editing an alias. |
path_admin_filter_form |
core/modules/path/path.admin.inc |
Form constructor for the path admin overview filter form. |
path_admin_filter_form_submit_filter |
core/modules/path/path.admin.inc |
Form submission handler for the path_admin_filter_form() Filter button. |
path_admin_filter_form_submit_reset |
core/modules/path/path.admin.inc |
Form submission handler for the path_admin_filter_form() Reset button. |
path_admin_form |
core/modules/path/path.admin.inc |
Form builder; Main URL alias pattern administration form. |
path_admin_form_delete_submit |
core/modules/path/path.admin.inc |
Form submission handler for the 'Delete' button on path_admin_form(). |
path_admin_form_submit |
core/modules/path/path.admin.inc |
Form submission handler for path_admin_form(). |
path_admin_form_validate |
core/modules/path/path.admin.inc |
Form validation handler for path_admin_form(). |
path_admin_overview |
core/modules/path/path.admin.inc |
Returns a listing of all defined URL aliases. |
path_alias_uniquify |
core/modules/path/path.inc |
Check to ensure a URL alias is unique and add suffix variants if necessary. |
path_autocomplete |
core/modules/system/system.module |
Menu callback; Autocomplete callback for paths. |
path_bulk_update_batch_finished |
core/modules/path/path.admin.inc |
Batch finished callback. |
path_bulk_update_batch_process |
core/modules/path/path.admin.inc |
Common batch processing callback for all operations. |
path_bulk_update_batch_start |
core/modules/path/path.admin.inc |
Batch callback; count the current number of URL aliases for comparison later. |
path_bulk_update_form |
core/modules/path/path.admin.inc |
Form builder; Bulk URL alias update form. |
path_bulk_update_form_bulk_delete_submit |
core/modules/path/path.admin.inc |
Submit handler for path_admin_bulk_delete(). |
path_bulk_update_form_generate_submit |
core/modules/path/path.admin.inc |
Submit handler for URL alias bulk generate form. |
path_bulk_update_form_rebuild_submit |
core/modules/path/path.admin.inc |
Form submit handler for URL alias bulk update form. |
path_bulk_update_form_validate |
core/modules/path/path.admin.inc |
Validate handler for URL alias bulk generate form. |
path_clean_alias |
core/modules/path/path.inc |
Clean up a URL alias. |
path_clean_string |
core/modules/path/path.inc |
Clean up a string segment to be used in an URL alias. |
path_clean_token_values |
core/modules/path/path.inc |
Clean tokens so they are URL friendly. |
path_config_info |
core/modules/path/path.module |
Implements hook_config_info(). |
path_delete |
core/includes/path.inc |
Delete a URL alias. |
path_delete_all_by_entity |
core/modules/path/path.module |
Delete an entity URL alias and any of its sub-paths. |
path_delete_all_by_source |
core/modules/path/path.module |
Delete an URL alias and any of its sub-paths. |
path_delete_multiple |
core/modules/path/path.module |
Delete multiple URL aliases. |
path_entity_delete |
core/modules/path/path.module |
Implements hook_entity_delete(). |
path_entity_insert |
core/modules/path/path.module |
Implements hook_entity_insert(). |
path_entity_load |
core/modules/path/path.module |
Implements hook_entity_load(). |
path_entity_update |
core/modules/path/path.module |
Implements hook_entity_update(). |
path_field_attach_delete_bundle |
core/modules/path/path.module |
Implements hook_field_attach_delete_bundle(). |