You are here

Functions in Node Auto Term [NAT] 6

Primary tabs

Namesort descending Location Description Direct uses Strings
nat_form_alter ./nat.module Implementation of hook_form_alter().
nat_get_children ./nat.module Retrieve all all the children of a node via its NAT association. Note: taxonomy_select_nodes is a rather resource hungry function.
nat_get_nids ./nat.module Gets node IDs/nodes associated with a term. 1
nat_get_term ./nat.module Retrieve the first / single NAT term associated with a node optionally restricted by vocabulary. 1
nat_get_terms ./nat.module Gets terms associated with a node. 5
nat_get_terms_by_vocabulary ./nat.module Retrieve the NAT terms associated with a node restricted by vocabulary. 2
nat_help ./nat.module Implementation of hook_help().
nat_install ./nat.install Implementation of hook_install().
nat_link_alter ./nat.module Implementation of hook_link_alter().
nat_menu ./nat.module Implementation of hook_menu().
nat_nodeapi ./nat.module Implementation of hook_nodeapi().
nat_perm ./nat.module Implementation of hook_perm().
nat_schema ./nat.install Implementation of hook_install().
nat_settings_form ./nat.admin.inc Menu callback: NAT module settings form. 1
nat_settings_form_submit ./nat.admin.inc Process NAT settings form submissions.
nat_set_config ./nat.module Update the NAT config to include node->vocabulary associations and related settings. Commonly used in .install files to register associations and save the admin some work.
nat_sync_form ./nat.admin.inc Sync the NAT table with the node table for associated vocabularies. 1
nat_sync_form_submit ./nat.admin.inc Process NAT sync form submissions.
nat_uninstall ./nat.install Implementation of hook_uninstall().
nat_update_2 ./nat.install Add a vid column to the NAT table.
nat_views_api ./nat.module Implementation of hook_views_api().
nat_views_data includes/nat.views.inc Implementation of hook_views_data().
nat_views_data_alter includes/nat.views.inc Implementation of hook_views_data_alter().
nat_views_handlers includes/nat.views.inc Implementation of hook_views_handlers() to register all the basic handlers that Views uses.
_nat_add_terms ./nat.module Add node titles as terms into the taxonomy system. @todo Ideas are welcome to allow retaining the hierarchy for vocabularies not present in the node form. 2
_nat_delete_association ./nat.module Delete node-term associations from the NAT table. 1
_nat_delete_terms ./nat.module Delete associated terms from the taxonomy system. @todo Options to delete child nodes as well etc. 1
_nat_get_vocabularies ./nat.module Retrieve all vocabularies. 2
_nat_save_association ./nat.module Save node-term associations in the NAT table. 2
_nat_sync_associations ./nat.admin.inc Synchronize NAT node-term relationships. Create associated terms for node where missing. 1
_nat_taxonomy_term_children ./nat.module Given a taxonomy term, recursively list all its children. 1
_nat_update_terms ./nat.module Update saved node-terms. 1
_nat_variable_get ./nat.module Return a NAT module variable. 10

Other projects