constant TAXONOMY_ACCESS_TERM_ALLOW in Taxonomy Access Control 7
'Allow' grant value for terms.
3 uses of TAXONOMY_ACCESS_TERM_ALLOW
- TaxonomyAccessTermGrantTest::setUp in ./
taxonomy_access.test - Sets up a Drupal site for running functional and integration tests.
- taxonomy_access_install in ./
taxonomy_access.install - Implements hook_install().
- taxonomy_access_schema in ./
taxonomy_access.install - Implements hook_schema().
File
- ./
taxonomy_access.module, line 49 - Allows administrators to specify access control for taxonomy categories.
Code
define('TAXONOMY_ACCESS_TERM_ALLOW', 1);