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
Name | Location | Description |
---|---|---|
taxonomy_access_delete_default_grants |
./ |
Deletes module configurations for the given vocabulary IDs. |
taxonomy_access_delete_role_grants |
./ |
Deletes module configurations for the given role IDs. |
taxonomy_access_delete_term_grants |
./ |
Deletes module configurations for the given term IDs. |
taxonomy_access_set_default_grants |
./ |
Updates vocabulary default grants for a role. |
taxonomy_access_set_term_grants |
./ |
Updates term grants for a role. |
_taxonomy_access_format_grant_record |
./ |
Formats a record to be written to the module's configuration tables. |