You are here

constant TAXONOMY_ACCESS_TERM_DENY in Taxonomy Access Control 7

'Deny' grant value for terms.

2 uses of TAXONOMY_ACCESS_TERM_DENY
TaxonomyAccessTermGrantTest::setUp in ./taxonomy_access.test
Sets up a Drupal site for running functional and integration tests.
taxonomy_access_schema in ./taxonomy_access.install
Implements hook_schema().

File

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

Code

define('TAXONOMY_ACCESS_TERM_DENY', 0);