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_alter |
./pathauto.api.php |
Alter pathauto alias type definitions. |
|
|
pathauto_custom_punctuation_test_pathauto_punctuation_chars_alter |
tests/modules/pathauto_custom_punctuation_test/pathauto_custom_punctuation_test.module |
Implements hook_pathauto_punctuation_chars_alter(). |
|
|
pathauto_entity_base_field_info |
./pathauto.module |
Implements hook_entity_base_field_info(). |
|
|
pathauto_entity_delete |
./pathauto.module |
Implements hook_entity_delete(). |
|
|
pathauto_entity_insert |
./pathauto.module |
Implements hook_entity_insert(). |
|
|
pathauto_entity_update |
./pathauto.module |
Implements hook_entity_update(). |
|
|
pathauto_field_info_alter |
./pathauto.module |
Implements hook_field_info_alter(). |
|
|
pathauto_field_widget_info_alter |
./pathauto.module |
Implements hook_field_widget_info_alter(). |
|
|
pathauto_help |
./pathauto.module |
Implements hook_help(). |
|
|
pathauto_hook_info |
./pathauto.module |
Implements hook_hook_info(). |
|
|
pathauto_install |
./pathauto.install |
Implements hook_install(). |
|
|
pathauto_local_tasks_alter |
./pathauto.module |
Implements hook_local_tasks_alter(). |
|
|
pathauto_pattern_validate |
./pathauto.module |
Validate the pattern field, to ensure it doesn't contain any characters that
are invalid in URLs. |
|
1 |
pathauto_tokens |
./pathauto.tokens.inc |
Implements hook_tokens(). |
|
|
pathauto_token_info |
./pathauto.tokens.inc |
Implements hook_token_info(). |
|
|
pathauto_update_8001 |
./pathauto.install |
Updates pathauto widgets to use the path widget ID. |
|
|
pathauto_update_8100 |
./pathauto.install |
Converts patterns from configuration objects to configuration entities. |
|
|
pathauto_update_8101 |
./pathauto.install |
Update relationship storage. |
|
|
pathauto_update_8102 |
./pathauto.install |
Update node type conditions from entity_bundle to node_type. |
|
|
pathauto_update_8103 |
./pathauto.install |
Fix invalid default value for ignore_words. |
|
|
pathauto_update_8104 |
./pathauto.install |
Resave patterns so that lookup keys are updated. |
|
|
pathauto_update_8105 |
./pathauto.install |
Ensure the url_alias table exists. |
|
|
pathauto_update_8106 |
./pathauto.install |
Update default configuration for enabled entity types. |
|
|
pathauto_update_8107 |
./pathauto.install |
Initialize the new safe tokens setting. |
|
|