[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/modules/data/data_taxonomy/ -> data_taxonomy.module (summary)

(no description)

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

Defines 26 functions

  data_taxonomy_views_api()
  data_taxonomy_menu()
  data_taxonomy_theme()
  data_taxonomy_perm()
  data_taxonomy_feeds_data_processor_targets_alter()
  data_taxonomy_data_insert()
  data_taxonomy_data_update()
  data_taxonomy_taxonomy()
  _data_taxonomy_save_terms()
  data_taxonomy_data_delete_query_alter()
  data_taxonomy_get_info()
  data_taxonomy_tagging_form()
  data_taxonomy_tagging_form_submit()
  _data_taxonomy_save_relations()
  data_taxonomy_save_term_name()
  data_taxonomy_save_term_array()
  data_taxonomy_sanitize()
  data_taxonomy_lookup_term()
  data_taxonomy_get_term_by_name_vid()
  data_taxonomy_save_tags()
  data_taxonomy_ajax_save()
  data_taxonomy_tag_links()
  _data_taxonomy_replace_tokens()
  template_preprocess_data_taxonomy_tagging_form()
  data_taxonomy_get_vocabulary()
  data_taxonomy_vocabulary_id()

Functions
Functions that are not part of a class:

data_taxonomy_views_api()   X-Ref
Implementation of hook_views_api().


data_taxonomy_menu()   X-Ref
Implementation of hook_menu().


data_taxonomy_theme()   X-Ref
Implementation of hook_theme().


data_taxonomy_perm()   X-Ref
Implementation of hook_perm().


data_taxonomy_feeds_data_processor_targets_alter(&$fields, $table_name)   X-Ref
Implementation of hook_feeds_data_processor_targets_alter().


data_taxonomy_data_insert($record, $table_name)   X-Ref
Implementation of hook_data_insert().


data_taxonomy_data_update($record, $table_name)   X-Ref
Implementation of hook_data_update().


data_taxonomy_taxonomy($op = NULL, $type = NULL, $term = NULL)   X-Ref
Implementation of hook_taxonomy().


_data_taxonomy_save_terms($table_name, $id, $terms, $vocabulary)   X-Ref
Helper function, saves a series of taxonomy terms for a record.

Creates new taxonomy terms on the fly for vocabularies that are tags.

param: $table_name
param: $id
param: $terms
param: $vocabulary

data_taxonomy_data_delete_query_alter($query, $table_name)   X-Ref
Implementation of hook_data_delete_query_alter().


data_taxonomy_get_info($table_name)   X-Ref
Get data_taxonomy information for a given data table.


data_taxonomy_tagging_form(&$form_state, $vid, $id, $table_name, $path, $args)   X-Ref
Form callback for tagging.


data_taxonomy_tagging_form_submit($form, &$form_state)   X-Ref
Submit handler.


_data_taxonomy_save_relations($vid, $id, $table_name, $tids)   X-Ref
Save term_data - data table relationships in data_taxonomy table.


data_taxonomy_save_term_name($name, $vid)   X-Ref
Save a term, create a new one if it does not exist yet.

param: $name
param: $vid
return:

data_taxonomy_save_term_array($term, $vid)   X-Ref
Save a term array, create a new one if it does not exist yet.

param: $term
param: $vid
return:

data_taxonomy_sanitize($name, $vid)   X-Ref
Sanitize a term name depending on its vocabulary settings.


data_taxonomy_lookup_term($name, $vid)   X-Ref
Look up a term by name and vid.

param: $name
param: $vid
return:

data_taxonomy_get_term_by_name_vid($name, $vid)   X-Ref
Look up a term by name and vocabulary id.


data_taxonomy_save_tags($typed_input, $vid)   X-Ref
Explode terms from typed input, create new terms.

param: $typed_input
param: $vid
return:

data_taxonomy_ajax_save()   X-Ref
AHAH callback for saving terms.


data_taxonomy_tag_links($terms, $path, $args)   X-Ref
Generate a links array suitable for use with theme('links') from an array of
taxonomy terms.

param: $terms
param: $path
param: $args

_data_taxonomy_replace_tokens($path, $args)   X-Ref
Replaces % in $path with arguments.

param: $path
param: $args
return:

template_preprocess_data_taxonomy_tagging_form(&$vars)   X-Ref
Preprocessor for theme('data_taxonomy_tagging_form').


data_taxonomy_get_vocabulary($id)   X-Ref
Get a vocabulary by vid or module name.

param: $id
return:

data_taxonomy_vocabulary_id($vocabulary)   X-Ref
Return the vocabulary identifier, the vocabulary's vid or module.

return:



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