You are here

Taxonomy Access Control: Grant record API in Taxonomy Access Control 7

Store, retrieve, and delete module access rules for terms and vocabularies.

File

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

Functions

Namesort descending Location Description
taxonomy_access_delete_default_grants ./taxonomy_access.module Deletes module configurations for the given vocabulary IDs.
taxonomy_access_delete_role_grants ./taxonomy_access.module Deletes module configurations for the given role IDs.
taxonomy_access_delete_term_grants ./taxonomy_access.module Deletes module configurations for the given term IDs.
taxonomy_access_set_default_grants ./taxonomy_access.module Updates vocabulary default grants for a role.
taxonomy_access_set_term_grants ./taxonomy_access.module Updates term grants for a role.
_taxonomy_access_format_grant_record ./taxonomy_access.module Formats a record to be written to the module's configuration tables.