[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/modules/pathauto/ -> pathauto.module (summary)

(no description)

File Size: 656 lines (23 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 22 functions

  pathauto_help()
  pathauto_perm()
  pathauto_menu()
  _pathauto_include()
  pathauto_token_list()
  pathauto_token_values()
  pathauto_path_alias_types()
  _pathauto_sql_concat()
  pathauto_field_attach_rename_bundle()
  pathauto_field_attach_delete_bundle()
  pathauto_nodeapi()
  pathauto_node_type()
  pathauto_form_alter()
  pathauto_node_operations()
  pathauto_node_update_alias()
  pathauto_node_update_alias_multiple()
  pathauto_node_operations_update()
  pathauto_taxonomy()
  pathauto_user()
  pathauto_user_operations()
  pathauto_user_update_alias()
  pathauto_user_update_alias_multiple()

Functions
Functions that are not part of a class:

pathauto_help($path, $arg)   X-Ref
Implements hook_help().


pathauto_perm()   X-Ref
Implements hook_perm().


pathauto_menu()   X-Ref
Implements hook_menu().


_pathauto_include()   X-Ref
Include all Pathauto include files.


pathauto_token_list($type = 'all')   X-Ref
Implements hook_token_list().


pathauto_token_values($type, $object = NULL, $options = array()   X-Ref
Implements hook_token_values().


pathauto_path_alias_types()   X-Ref
Implementation of hook_path_alias_types().

Used primarily by the bulk delete form.

_pathauto_sql_concat()   X-Ref
Return the proper SQL to perform cross-db and field-type concatenation.

return:

pathauto_field_attach_rename_bundle($entity_type, $bundle_old, $bundle_new)   X-Ref
Implements hook_field_attach_rename_bundle().

Respond to machine name changes for pattern variables.

pathauto_field_attach_delete_bundle($entity_type, $bundle)   X-Ref
Implements hook_field_attach_delete_bundle().

Respond to sub-types being deleted, their patterns can be removed.

pathauto_nodeapi(&$node, $op, $teaser = NULL, $page = NULL)   X-Ref
Implements hook_nodeapi().


pathauto_node_type($op, $info)   X-Ref
Implements hook_node_type().


pathauto_form_alter(&$form, $form_state, $form_id)   X-Ref
Implements hook_form_alter().

This allows alias creators to override Pathauto and specify their
own aliases (Pathauto will be invisible to other users). Inserted
into the path module's fieldset in the node form.

pathauto_node_operations()   X-Ref
Implements hook_node_operations().


pathauto_node_update_alias($node, $op)   X-Ref
Update the URL aliases for an individual node.

param: $node
param: $op

pathauto_node_update_alias_multiple($nids, $op, $message = FALSE)   X-Ref
Update the URL aliases for multiple nodes.

param: $nids
param: $op
param: $message

pathauto_node_operations_update($nodes)   X-Ref
Wrapper function backwards compatibility. Should be avoided.

param: $nodes

pathauto_taxonomy($op, $type, $object = NULL)   X-Ref
Implements hook_taxonomy().


pathauto_user($op, &$edit, &$user, $category = NULL)   X-Ref
Implements hook_user().


pathauto_user_operations()   X-Ref
Implements hook_user_operations().


pathauto_user_update_alias($account, $op)   X-Ref
Update the URL aliases for an individual user account.

param: $account
param: $op

pathauto_user_update_alias_multiple($uids, $op, $message = FALSE)   X-Ref
Update the URL aliases for multiple user accounts.

param: $uids
param: $op
param: $message



Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7