[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

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

(no description)

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

Defines 18 functions

  pathauto_help()
  pathauto_perm()
  pathauto_menu()
  _pathauto_include()
  pathauto_token_list()
  pathauto_token_values()
  pathauto_path_alias_types()
  pathauto_nodeapi()
  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_nodeapi(&$node, $op, $teaser = NULL, $page = NULL)   X-Ref
Implements hook_nodeapi().


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: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7