You are here

Taxonomy Access Control: Node access update mechanism in Taxonomy Access Control 7

Update node access on shutdown in response to other changes.

File

./taxonomy_access.module, line 535
Allows administrators to specify access control for taxonomy categories.

Functions

Namesort descending Location Description
taxonomy_access_affected_nodes ./taxonomy_access.module Caches and retrieves nodes affected by a taxonomy change.
taxonomy_access_shutdown ./taxonomy_access.module Shutdown function: Performs any needed node access updates.
_taxonomy_access_flag_rebuild ./taxonomy_access.module Flags node access for rebuild with a message for administrators.
_taxonomy_access_get_controlled_nodes_for_role ./taxonomy_access.module Gets node IDs with controlled terms or vocabs for any of the given roles.
_taxonomy_access_get_descendants ./taxonomy_access.module Gets term IDs for all descendants of the given term.
_taxonomy_access_get_nodes_for_defaults ./taxonomy_access.module Gets node IDs associated with a given vocabulary.
_taxonomy_access_get_nodes_for_global_default ./taxonomy_access.module Gets node IDs associated with the roles' global defaults.
_taxonomy_access_get_nodes_for_terms ./taxonomy_access.module Gets node IDs associated with a given term.
_taxonomy_access_get_vocabulary_terms ./taxonomy_access.module Gets term IDs for all terms in the vocabulary
_taxonomy_access_global_controlled_terms ./taxonomy_access.module Retrieves a list of terms controlled by the global default for a role.
_taxonomy_access_node_access_update ./taxonomy_access.module Updates node access grants for a set of nodes.
_taxonomy_access_vocab_controlled_terms ./taxonomy_access.module Retrieves a list of terms controlled by the global default for a role.