blog_pathauto |
./pathauto.module |
Implements hook_pathauto() on behalf of blog module. |
|
|
blog_pathauto_bulk_update_batch_process |
./pathauto.pathauto.inc |
Batch processing callback; Generate aliases for blogs. |
|
1 |
blog_path_alias_types |
./pathauto.module |
Implements hook_path_alias_types() on behalf of blog module. |
|
|
forum_pathauto |
./pathauto.module |
Implements hook_pathauto() for forum module. |
|
|
forum_pathauto_bulk_update_batch_process |
./pathauto.pathauto.inc |
Batch processing callback; Generate aliases for forums. |
|
1 |
forum_path_alias_types |
./pathauto.module |
Implements hook_path_alias_types() on behalf of forum module. |
|
|
hook_pathauto |
./pathauto.api.php |
Provide information about the way your module's aliases will be built. |
|
|
hook_pathauto_alias_alter |
./pathauto.api.php |
Alter Pathauto-generated aliases before saving. |
|
|
hook_pathauto_is_alias_reserved |
./pathauto.api.php |
Determine if a possible URL alias would conflict with any existing paths. |
|
|
hook_pathauto_pattern_alter |
./pathauto.api.php |
Alter the pattern to be used before an alias is generated by Pathauto. |
|
|
hook_pathauto_punctuation_chars_alter |
./pathauto.api.php |
Alter the list of punctuation characters for Pathauto control. |
|
|
hook_path_alias_types |
./pathauto.api.php |
Used primarily by the bulk delete form. This hooks provides pathauto the
information needed to bulk delete aliases created by your module. The keys
of the return array are used by pathauto as the system path prefix to delete
from the url_aliases… |
|
|
node_pathauto |
./pathauto.module |
Implements hook_pathauto() on behalf of node module. |
|
|
node_pathauto_bulk_update_batch_process |
./pathauto.pathauto.inc |
Batch processing callback; Generate aliases for nodes. |
|
1 |
node_path_alias_types |
./pathauto.module |
Implements hook_path_alias_types() on behalf of node module. |
|
|
pathauto_action_info |
./pathauto.module |
Implements hook_action_info(). |
|
|
pathauto_admin_delete |
./pathauto.admin.inc |
Menu callback; select certain alias types to delete. |
|
1 |
pathauto_admin_delete_submit |
./pathauto.admin.inc |
Process pathauto_admin_delete form submissions. |
|
|
pathauto_alias_uniquify |
./pathauto.inc |
Check to ensure a path alias is unique and add suffix variants if necessary. |
1 |
|
pathauto_blog_update_alias |
./pathauto.module |
Update the blog URL aliases for an individual user account. |
2 |
|
pathauto_bulk_update_batch_finished |
./pathauto.admin.inc |
Batch finished callback. |
|
1 |
pathauto_bulk_update_batch_process |
./pathauto.admin.inc |
Common batch processing callback for all operations. |
|
1 |
pathauto_bulk_update_batch_start |
./pathauto.admin.inc |
Batch callback; count the current number of URL aliases for comparison later. |
|
1 |
pathauto_bulk_update_form |
./pathauto.admin.inc |
Form contructor for path alias bulk update form. |
|
1 |
pathauto_bulk_update_form_submit |
./pathauto.admin.inc |
Form submit handler for path alias bulk update form. |
|
|
pathauto_cleanstring |
./pathauto.inc |
Clean up a string segment to be used in an URL alias. |
3 |
|
pathauto_clean_alias |
./pathauto.inc |
Clean up an URL alias. |
2 |
|
pathauto_clean_token_values |
./pathauto.inc |
Clean tokens so they are URL friendly. |
1 |
1 |
pathauto_create_alias |
./pathauto.inc |
Apply patterns to create an alias. |
5 |
|
pathauto_entity_delete |
./pathauto.module |
Implements hook_entity_delete(). |
|
|
pathauto_entity_insert |
./pathauto.module |
Implements hook_entity_insert(). |
|
|
pathauto_entity_language |
./pathauto.module |
Returns the language code of the given entity. |
5 |
|
pathauto_entity_load |
./pathauto.module |
Implements hook_entity_load(). |
|
2 |
pathauto_entity_path_delete_all |
./pathauto.module |
Delete an entity URL alias and any of its sub-paths. |
3 |
|
pathauto_entity_presave |
./pathauto.module |
Implements hook_entity_presave(). |
|
|
pathauto_entity_state_delete |
./pathauto.module |
Delete the pathauto state for an entity. |
1 |
|
pathauto_entity_state_load |
./pathauto.module |
Load a pathauto state for an entity. |
|
|
pathauto_entity_state_load_multiple |
./pathauto.module |
Load a pathauto state for multiple entities. |
2 |
|
pathauto_entity_state_save |
./pathauto.module |
Save the pathauto state for an entity. |
2 |
|
pathauto_entity_update |
./pathauto.module |
Implements hook_entity_update(). |
|
|
pathauto_features_pipe_node_alter |
./pathauto.module |
Implements hook_features_pipe_COMPONENT_alter(). |
|
|
pathauto_features_pipe_taxonomy_alter |
./pathauto.module |
Implements hook_features_pipe_COMPONENT_alter(). |
|
|
pathauto_field_attach_delete_bundle |
./pathauto.module |
Implements hook_field_attach_delete_bundle(). |
|
|
pathauto_field_attach_form |
./pathauto.module |
Implements hook_field_attach_form(). |
2 |
|
pathauto_field_attach_rename_bundle |
./pathauto.module |
Implements hook_field_attach_rename_bundle(). |
|
|
pathauto_form_node_form_alter |
./pathauto.module |
Implements hook_form_BASE_FORM_ID_alter(). |
|
|
pathauto_form_taxonomy_form_term_alter |
./pathauto.module |
Implements hook_form_FORM_ID_alter(). |
|
|
pathauto_help |
./pathauto.module |
Implements hook_help(). |
|
|
pathauto_hook_info |
./pathauto.module |
Implements hook_hook_info(). |
|
|
pathauto_install |
./pathauto.install |
Implements hook_install(). |
|
|