You are here

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

Namesort descending Location Description
taxonomy_access_disable_list ./taxonomy_access.module Wrapper for taxonomy_access_list_state() to disable list grant filtering.
taxonomy_access_enable_list ./taxonomy_access.module Wrapper for taxonomy_access_list_state() to enable list grant filtering.
taxonomy_access_list_enabled ./taxonomy_access.module Wrapper for taxonomy_access_list_state() to check list grant filtering.
taxonomy_access_query_term_access_alter ./taxonomy_access.module Implements hook_query_TAG_alter() for 'term_access'.
taxonomy_access_user_list_terms ./taxonomy_access.module Retrieve terms that the current user may list.
_taxonomy_access_list_state ./taxonomy_access.module Flag to disable list grant filtering (e.g., on node edit forms).
_taxonomy_access_term_options ./taxonomy_access.module Field options callback to generate options unfiltered by list grants.
_taxonomy_access_user_term_grants ./taxonomy_access.module Retrieve terms that the current user may create or list.