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(). |
path_field_attach_rename_bundle |
core/modules/path/path.module |
Implements hook_field_attach_rename_bundle(). |
path_form_element |
core/modules/path/path.module |
Return a portion of a form for setting an alias on an entity. |
path_form_element_validate |
core/modules/path/path.module |
Form element validation handler for URL alias form element. |
path_form_node_form_alter |
core/modules/path/path.module |
Implements hook_form_BASE_FORM_ID_alter() for node_form(). |
path_form_node_type_form_alter |
core/modules/path/path.module |
Implements hook_form_FORM_ID_alter(). |
path_form_taxonomy_form_term_alter |
core/modules/path/path.module |
Implements hook_form_FORM_ID_alter() for taxonomy_form_term(). |
path_form_taxonomy_form_vocabulary_alter |
core/modules/path/path.module |
Implements hook_form_FORM_ID_alter() for taxonomy_form_vocabulary(). |
path_form_user_admin_settings_alter |
core/modules/path/path.module |
Implements hook_form_FORM_ID_alter() for user_admin_settings(). |
path_generate_entity_alias |
core/modules/path/path.inc |
Apply patterns to create an alias for an entity. |
path_get_admin_paths |
core/includes/path.inc |
Gets a list of administrative and non-administrative paths. |
path_get_info |
core/modules/path/path.module |
Get all path information from modules implementing hook_path_info(). |
path_get_pattern_by_entity_type |
core/modules/path/path.module |
Load an URL alias pattern by entity, bundle, and language. |
path_hook_info |
core/modules/path/path.module |
Implements hook_hook_info(). |
path_is_admin |
core/includes/path.inc |
Determines whether a path is in the administrative section of the site. |
path_is_alias_reserved |
core/modules/path/path.module |
Determine if a possible URL alias would conflict with any existing paths. |