Taxonomy Access Control: View tag (list) permission in Taxonomy Access Control 7
Alter queries to control the display of taxonomy terms on nodes and listings.
File
- ./taxonomy_access.module, line 1421 
- Allows administrators to specify access control for taxonomy categories.
Functions
| Name   | Location | Description | 
|---|---|---|
| taxonomy_access_disable_list | ./ | Wrapper for taxonomy_access_list_state() to disable list grant filtering. | 
| taxonomy_access_enable_list | ./ | Wrapper for taxonomy_access_list_state() to enable list grant filtering. | 
| taxonomy_access_list_enabled | ./ | Wrapper for taxonomy_access_list_state() to check list grant filtering. | 
| taxonomy_access_query_term_access_alter | ./ | Implements hook_query_TAG_alter() for 'term_access'. | 
| taxonomy_access_user_list_terms | ./ | Retrieve terms that the current user may list. | 
| _taxonomy_access_list_state | ./ | Flag to disable list grant filtering (e.g., on node edit forms). | 
| _taxonomy_access_term_options | ./ | Field options callback to generate options unfiltered by list grants. | 
| _taxonomy_access_user_term_grants | ./ | Retrieve terms that the current user may create or list. | 
