Taxonomy Access Control: Add tag (create) permission in Taxonomy Access Control 7
Implement access control for taxonomy terms on node editing forms.
File
- ./
taxonomy_access.create.inc, line 19 - Implements the Add Tag (create) grant on editing forms.
Functions
Name | Location | Description |
---|---|---|
taxonomy_access_autocomplete |
./ |
Autocomplete menu callback: filter allowed terms by create, not list. |
taxonomy_access_autocomplete_default_value |
./ |
Default value re-generation for autocomplete fields. |
taxonomy_access_create_allowed |
./ |
Filter a list of term IDs to terms the user may create. |
taxonomy_access_create_default_allowed |
./ |
Filter a list of vocab IDs to those in which the user may create by default. |
taxonomy_access_create_disallowed |
./ |
Check a list of term IDs for terms the user may not create. |
taxonomy_access_user_create_defaults |
./ |
Retrieve terms that the current user may create. |
taxonomy_access_user_create_terms |
./ |
Retrieve terms that the current user may create. |
taxonomy_access_user_create_terms_by_vocab |
./ |
Retrieve terms that the current user may create in specific vocabularies. |
_taxonomy_access_autocomplete_alter |
./ |
Implements the create grant for autocomplete fields. |
_taxonomy_access_autocomplete_validate |
./ |
Validates taxonomy autocomplete values for create grants. |
_taxonomy_access_compare_fields |
./ |
Helper function to compare field values and look for disallowed changes. |
_taxonomy_access_create_defaults |
./ |
Retrieve vocabularies in which the current user may create terms. |
_taxonomy_access_disallowed_changes |
./ |
Helper function to check for term reference changes disallowed by create. |
_taxonomy_access_entity_fields |
./ |
Helper function to extract the taxonomy fields from an entity. |
_taxonomy_access_field_validate |
./ |
Validates form submissions of taxonomy fields for create grants. |
_taxonomy_access_options_alter |
./ |
Implements the create grant for options widgets. |
_taxonomy_access_options_validate |
./ |
Form element validation handler for taxonomy option fields. |