You are here

Functions in Taxonomy Access Control Lite 7

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 Menu callback to create a form for each scheme. 1
tac_lite_create_form_alter ./tac_lite_create.module Implementation of hook_form_alter().
tac_lite_form_alter ./tac_lite.module Implementation of hook_form_alter().
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_get_terms ./tac_lite.module In Drupal 6.x, there was taxonomy_node_get_terms(). Drupal 7.x should provide the same feature, but doesn't. Here is our workaround, based on https://drupal.org/comment/5573176#comment-5573176. 1
tac_lite_node_grants ./tac_lite.module Implementation of hook_node_grants().
tac_lite_permission ./tac_lite.module Implementation of hook_perm().
tac_lite_query_term_access_alter ./tac_lite.module Implements hook_query_TAG_alter().
tac_lite_uninstall ./tac_lite.install Implements hook_uninstall().
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_update_7001 ./tac_lite.install The tac_lite.module now supports an option to apply access by taxonomy to unpublished nodes as well as published content. The default behavior is that tac_lite has no effect on unpublished content. You should review each of your tac_lite schemes…
tac_lite_update_7002 ./tac_lite.install Rebuild node_access permissions, for sites upgrading from tac_lite 1.0 (or 1.1) to 1.2. This will fix a bug in which some nodes were erroneously added to the node_access table. You will be prompted to rebuild access permissions after the update…
tac_lite_user_categories ./tac_lite.module Implementation of hook_user_categories
tac_lite_user_presave ./tac_lite.module Implementation of hook_user_presave().
_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 8
_tac_lite_get_terms ./tac_lite.module Gets terms from a node that belong to vocabularies selected for use by tac_lite 1
_tac_lite_term_select ./tac_lite.module Helper function to build a taxonomy term select element for a form. 2
_tac_lite_user_tids ./tac_lite.module Return the term ids of terms this user is allowed to access. 3

Other projects