You are here

constant TAXONOMY_ACCESS_NODE_IGNORE in Taxonomy Access Control 7

'Ignore' grant value for nodes.

7 uses of TAXONOMY_ACCESS_NODE_IGNORE
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.
TaxonomyAccessTestCase::setUp in ./taxonomy_access.test
Sets up a Drupal site for running functional and integration tests.
taxonomy_access_admin_build_row in ./taxonomy_access.admin.inc
Assembles a row of grant options for a term or default on the admin form.
taxonomy_access_delete_role_grants in ./taxonomy_access.module
Deletes module configurations for the given role IDs.

... See full list

File

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

Code

define('TAXONOMY_ACCESS_NODE_IGNORE', 0);