You are here

Functions in Node Auto Term [NAT] 5

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.
nat_get_terms ./nat.module Gets terms associated with a node. 4
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_init ./nat.module Implementation of hook_init().
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_settings_form ./nat.module Menu callback: NAT module settings form. 1
nat_settings_form_submit ./nat.module 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.module Sync the NAT table with the node table for associated vocabularies. 1
nat_sync_form_submit ./nat.module 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_arguments includes/nat_views.inc
nat_views_handler_arg_nid includes/nat_views.inc 1
nat_views_tables includes/nat_views.inc
_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.module Synchronize NAT node-term relationships. Create associated terms for node where missing. 1
_nat_update_terms ./nat.module Update saved node-terms. 1
_nat_variable_get ./nat.module Return a NAT module variable. 7

Other projects