You are here

constant TAXONOMY_ACCESS_NODE_DENY in Taxonomy Access Control 7

'Deny' grant value for nodes.

5 uses of TAXONOMY_ACCESS_NODE_DENY
TaxonomyAccessConfigTest::testGlobalDefaultConfig in ./taxonomy_access.test
Tests configuring a global default.
TaxonomyAccessConfigTest::testTermConfig in ./taxonomy_access.test
Tests configuring specific terms.
TaxonomyAccessConfigTest::testVocabularyDefaultConfig in ./taxonomy_access.test
Tests configuring vocabulary defaults.
TaxonomyAccessNodeGrantTest::setUp in ./taxonomy_access.test
Sets up a Drupal site for running functional and integration tests.
taxonomy_access_delete_role_grants in ./taxonomy_access.module
Deletes module configurations for the given role IDs.

File

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

Code

define('TAXONOMY_ACCESS_NODE_DENY', 2);