|
hook_pathauto_entity_alias_settings_alter |
./pathauto_entity.api.php |
Allows you to define a key => value array of entity forms.
This will allow the "URL path settings" to appear on the entity form defined here. |
|
|
|
hook_pathauto_entity_supported_entity_types_alter |
./pathauto_entity.api.php |
Modify the list of supported entity types. |
|
|
|
pathatuo_entity_alias_form_submit |
./pathauto_entity.module |
Add submit callback for profile2 |
|
1 |
|
pathauto_entity_alias_form |
./pathauto_entity.module |
Uses for elements from the Path module |
1 |
|
|
pathauto_entity_alias_settings |
./pathauto_entity.module |
All modules to add URL Settings to Entity form. |
1 |
|
|
pathauto_entity_available_entity_types |
./pathauto_entity.module |
Returns a list of entity types enabled to be used with Pathauto module. |
5 |
|
|
pathauto_entity_available_entity_types_form |
includes/pathauto_entity.admin.inc |
Form constructor for entity type to be used with Pathauto selection form. |
|
1 |
|
pathauto_entity_bulk_update_batch_callback |
includes/pathauto_entity.batch.inc |
Batch processing callback; Generate aliases for entities. |
|
2 |
|
pathauto_entity_bulk_update_batch_finished |
includes/pathauto_entity.batch.inc |
Batch finished callback. |
|
1 |
|
pathauto_entity_bulk_update_batch_process |
includes/pathauto_entity.batch.inc |
Common batch processing callback for entity-based operations. |
|
1 |
|
pathauto_entity_bulk_update_batch_start |
includes/pathauto_entity.batch.inc |
Batch callback; count the current number of URL aliases for comparison later. |
|
1 |
|
pathauto_entity_bulk_update_form |
includes/pathauto_entity.admin.inc |
Form contructor for path alias bulk update form. |
|
1 |
|
pathauto_entity_bulk_update_form_submit |
includes/pathauto_entity.admin.inc |
Form submit handler for path alias bulk update form. |
|
|
|
pathauto_entity_entity_delete |
./pathauto_entity.module |
Implements hook_entity_delete(). |
|
|
|
pathauto_entity_entity_insert |
./pathauto_entity.module |
Implements hook_entity_insert(). |
1 |
|
|
pathauto_entity_entity_type_uri |
./pathauto_entity.module |
Returns an URI template for the entity type bundle. |
1 |
|
|
pathauto_entity_entity_update |
./pathauto_entity.module |
Implements hook_entity_update(). |
1 |
|
|
pathauto_entity_form_alter |
./pathauto_entity.module |
Implements hook_form_alter(). |
|
|
|
pathauto_entity_form_pathauto_patterns_form_alter |
./pathauto_entity.module |
Implements hook_form_FORM_ID_alter() for pathauto_patterns_form(). |
|
|
|
pathauto_entity_menu |
./pathauto_entity.module |
Implement hook_menu(). |
|
|
|
pathauto_entity_menu_alter |
./pathauto_entity.module |
Implements hook_menu_alter(). |
|
|
|
pathauto_entity_module_implements_alter |
./pathauto_entity.module |
Implements hook_module_implements_alter(). |
|
|
|
pathauto_entity_pathauto |
./pathauto_entity.module |
Implements hook_pathauto(). |
|
|
|
pathauto_entity_path_alias_types |
./pathauto_entity.module |
Implements hook_path_alias_types(). |
|
|
|
pathauto_entity_supported_entity_types |
./pathauto_entity.module |
Returns a list of entity types supported by this module. |
3 |
|
|
pathauto_entity_uninstall |
./pathauto_entity.install |
Implements hook_uninstall(). |
|
|
|
pathauto_entity_update_alias |
./pathauto_entity.module |
Creates or updates entity alias. |
3 |
|