You are here

Functions in Taxonomy Access Control Lite 6

Primary tabs

Namesort descending Location Description Direct uses Strings
tac_lite_admin_scheme_form ./tac_lite.module Returns the form for role-based privileges. 2
tac_lite_admin_scheme_form_submit ./tac_lite.module Submit function for admin settings form to rebuild the menu. 1
tac_lite_admin_settings ./tac_lite.module Returns the settings form 1
tac_lite_admin_settings_scheme ./tac_lite.module 1
tac_lite_create_form_alter ./tac_lite_create.module Implementation of hook_form_alter().
tac_lite_db_rewrite_sql ./tac_lite.module
tac_lite_help ./tac_lite.module Implementation of hook_help().
tac_lite_install ./tac_lite.install Implementation of hook_install().
tac_lite_menu ./tac_lite.module Implementation of hook_menu().
tac_lite_node_access_records ./tac_lite.module Implements hook_node_access_records().
tac_lite_node_grants ./tac_lite.module Implementation of hook_node_grants().
tac_lite_perm ./tac_lite.module Implementation of hook_perm().
tac_lite_update_1 ./tac_lite.install Ensure that tac_lite hooks are invoked after taxonomy module hooks.
tac_lite_update_2 ./tac_lite.install Ensure that the node_access table is thoroughly cleaned up in Drupal 5 update.
tac_lite_update_3 ./tac_lite.install Introducing schemes. Rename tac_lite_default_grants to tac_lite_grants_scheme_1.
tac_lite_update_6001 ./tac_lite.install Rename permission from "administer_tac_lite" to "administer tac_lite" for UI consistency.
tac_lite_user ./tac_lite.module Implementation of hook_user().
_tac_lite_admin_settings_submit ./tac_lite.module This form submit callback ensures that the form values are saved, and also the node access database table is rebuilt. 2008 : Modified by Paulo to be compliant with drupal 6 1
_tac_lite_config ./tac_lite.module helper function 7
_tac_lite_get_terms ./tac_lite.module Get terms from a newly udpated node. Terms are placed in $node->taxonomy by the form. 1
_tac_lite_get_terms_by_nid ./tac_lite.module
_tac_lite_user_tids ./tac_lite.module Return the term ids of terms this user is allowed to access. 3

Other projects