function taxonomy_access_enable_list in Taxonomy Access Control 7
Wrapper for taxonomy_access_list_state() to enable list grant filtering.
See also
Related topics
6 calls to taxonomy_access_enable_list()
- taxonomy_access_autocomplete_default_value in ./
taxonomy_access.create.inc - Default value re-generation for autocomplete fields.
- taxonomy_access_field_widget_form_alter in ./
taxonomy_access.module - Implements hook_field_widget_form_alter().
- taxonomy_access_field_widget_taxonomy_autocomplete_form_alter in ./
taxonomy_access.module - Implements hook_field_widget_WIDGET_TYPE_form_alter().
- _taxonomy_access_get_descendants in ./
taxonomy_access.module - Gets term IDs for all descendants of the given term.
- _taxonomy_access_get_vocabulary_terms in ./
taxonomy_access.module - Gets term IDs for all terms in the vocabulary
File
- ./
taxonomy_access.module, line 1450 - Allows administrators to specify access control for taxonomy categories.
Code
function taxonomy_access_enable_list() {
_taxonomy_access_list_state(TRUE);
}