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