You are here

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

Namesort descending Location Description
taxonomy_access_autocomplete ./taxonomy_access.create.inc Autocomplete menu callback: filter allowed terms by create, not list.
taxonomy_access_autocomplete_default_value ./taxonomy_access.create.inc Default value re-generation for autocomplete fields.
taxonomy_access_create_allowed ./taxonomy_access.create.inc Filter a list of term IDs to terms the user may create.
taxonomy_access_create_default_allowed ./taxonomy_access.create.inc Filter a list of vocab IDs to those in which the user may create by default.
taxonomy_access_create_disallowed ./taxonomy_access.create.inc Check a list of term IDs for terms the user may not create.
taxonomy_access_user_create_defaults ./taxonomy_access.create.inc Retrieve terms that the current user may create.
taxonomy_access_user_create_terms ./taxonomy_access.create.inc Retrieve terms that the current user may create.
taxonomy_access_user_create_terms_by_vocab ./taxonomy_access.create.inc Retrieve terms that the current user may create in specific vocabularies.
_taxonomy_access_autocomplete_alter ./taxonomy_access.create.inc Implements the create grant for autocomplete fields.
_taxonomy_access_autocomplete_validate ./taxonomy_access.create.inc Validates taxonomy autocomplete values for create grants.
_taxonomy_access_compare_fields ./taxonomy_access.create.inc Helper function to compare field values and look for disallowed changes.
_taxonomy_access_create_defaults ./taxonomy_access.create.inc Retrieve vocabularies in which the current user may create terms.
_taxonomy_access_disallowed_changes ./taxonomy_access.create.inc Helper function to check for term reference changes disallowed by create.
_taxonomy_access_entity_fields ./taxonomy_access.create.inc Helper function to extract the taxonomy fields from an entity.
_taxonomy_access_field_validate ./taxonomy_access.create.inc Validates form submissions of taxonomy fields for create grants.
_taxonomy_access_options_alter ./taxonomy_access.create.inc Implements the create grant for options widgets.
_taxonomy_access_options_validate ./taxonomy_access.create.inc Form element validation handler for taxonomy option fields.