constant TAXONOMY_ACCESS_NODE_ALLOW in Taxonomy Access Control 7
'Allow' grant value for nodes.
9 uses of TAXONOMY_ACCESS_NODE_ALLOW
- TaxonomyAccessConfigTest::testGlobalDefaultConfig in ./
taxonomy_access.test - Tests configuring a global default.
- TaxonomyAccessConfigTest::testRoleEnableDisable in ./
taxonomy_access.test - Tests enabling and disabling TAC for a custom role.
- TaxonomyAccessConfigTest::testTermConfig in ./
taxonomy_access.test - Tests configuring specific terms.
- TaxonomyAccessConfigTest::testTermWithChildren in ./
taxonomy_access.test - Tests adding a term configuration with children.
- TaxonomyAccessConfigTest::testVocabularyDefaultConfig in ./
taxonomy_access.test - Tests configuring vocabulary defaults.
File
- ./
taxonomy_access.module, line 34 - Allows administrators to specify access control for taxonomy categories.
Code
define('TAXONOMY_ACCESS_NODE_ALLOW', 1);