| drupal_alter | includes/common.inc | This dispatch function hands off structured Drupal arrays to type-specific
*_alter implementations. It ensures a consistent interface for all altering
operations. |
| drupal_explode_tags | includes/common.inc | Explode a string of given tags into an array. |
| taxonomy_link | modules/taxonomy/taxonomy.module | Implementation of hook_link(). |
| taxonomy_preview_terms | modules/taxonomy/taxonomy.module | Helper function to convert terms after a preview. |
| taxonomy_term_path | modules/taxonomy/taxonomy.module | |