constant TAXONOMY_ACCESS_CONFIG in Taxonomy Access Control 7
Base path for module administration pages.
17 uses of TAXONOMY_ACCESS_CONFIG
- 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 19 - Allows administrators to specify access control for taxonomy categories.
Code
define('TAXONOMY_ACCESS_CONFIG', 'admin/config/people/taxonomy_access');