Enables users to customize URLs and provide automatic URL alias patterns.

File

modules/path/path.module

Functions

Namesort descending Description
path_action_info Implements hook_action_info().
path_config_info Implements hook_config_info().
path_delete_all_by_entity Delete an entity URL alias and any of its sub-paths.
path_delete_all_by_source Delete an URL alias and any of its sub-paths.
path_delete_multiple Delete multiple URL aliases.
path_entity_delete Implements hook_entity_delete().
path_entity_insert Implements hook_entity_insert().
path_entity_load Implements hook_entity_load().
path_entity_update Implements hook_entity_update().
path_field_attach_delete_bundle Implements hook_field_attach_delete_bundle().
path_field_attach_rename_bundle Implements hook_field_attach_rename_bundle().
path_form_element Return a portion of a form for setting an alias on an entity.
path_form_element_validate Form element validation handler for URL alias form element.
path_form_node_form_alter Implements hook_form_BASE_FORM_ID_alter() for node_form().
path_form_node_type_form_alter Implements hook_form_FORM_ID_alter().
path_form_taxonomy_form_term_alter Implements hook_form_FORM_ID_alter() for taxonomy_form_term().
path_form_taxonomy_form_vocabulary_alter Implements hook_form_FORM_ID_alter() for taxonomy_form_vocabulary().
path_form_user_admin_settings_alter Implements hook_form_FORM_ID_alter() for user_admin_settings().
path_get_info Get all path information from modules implementing hook_path_info().
path_get_pattern_by_entity_type Load an URL alias pattern by entity, bundle, and language.
path_hook_info Implements hook_hook_info().
path_is_alias_reserved Determine if a possible URL alias would conflict with any existing paths.
path_load_by_entity Populate the canonical path property for an entity.
path_load_multiple_by_entities Populate the path properties for multiple entities.
path_menu Implements hook_menu().
path_node_type_form_submit Submit handler for node type form.
path_pattern_settings_form Return the URL alias pattern settings form for easy addition into other forms.
path_permission Implements hook_permission().
path_taxonomy_form_vocabulary_submit Submit handler for taxonomy_form_vocabulary().
path_theme Implements hook_theme().
path_user_admin_settings_submit Submit handler for path_user_admin_settings().
path_verbose_message Output a helpful message if verbose output is enabled.
path_verbose_resume Re-enable verbose output of messages by Path module.
path_verbose_suspend Temporarily disable verbose output of messages by Path module.