constant TAXONOMY_ACCESS_GLOBAL_DEFAULT in Taxonomy Access Control 7
Global default.
9 uses of TAXONOMY_ACCESS_GLOBAL_DEFAULT
- 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.
- TaxonomyAccessTestCase::setUp in ./
taxonomy_access.test - Sets up a Drupal site for running functional and integration tests.
- taxonomy_access_delete_default_grants in ./
taxonomy_access.module - Deletes module configurations for the given vocabulary IDs.
- taxonomy_access_enable_role in ./
taxonomy_access.module - Enables access control for a given role.
File
- ./
taxonomy_access.module, line 24 - Allows administrators to specify access control for taxonomy categories.
Code
define('TAXONOMY_ACCESS_GLOBAL_DEFAULT', 0);