17 uses of TAXONOMY_ACCESS_CONFIG in Taxonomy Access Control 7
- 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.
- TaxonomyAccessTestCase::checkRoleConfig in ./
taxonomy_access.test - Asserts that a status column and "Configure" link is found for the role.
- TaxonomyAccessTestCase::checkRoleDisableLink in ./
taxonomy_access.test - Asserts that a disable link is or is not found for the role.
- TaxonomyAccessTestCase::checkRoleEnableLink in ./
taxonomy_access.test - Asserts that an enable link is or is not found for the role.
- taxonomy_access_admin in ./
taxonomy_access.admin.inc - Page callback: Renders the TAC permissions administration overview page.
- taxonomy_access_admin_role in ./
taxonomy_access.admin.inc - Form constructor for a form to manage grants by role.
- taxonomy_access_disable_vocab_confirm in ./
taxonomy_access.admin.inc - Returns a confirmation form for disabling a vocabulary for a role.
- taxonomy_access_disable_vocab_confirm_submit in ./
taxonomy_access.admin.inc - Form submission handler for taxonomy_access_disable_vocab_confirm().
- taxonomy_access_enable_role_url in ./
taxonomy_access.admin.inc - Generates a URL to enable a role with a token for CSRF protection.
- taxonomy_access_help in ./
taxonomy_access.module - Implements hook_help().
- taxonomy_access_role_delete_confirm in ./
taxonomy_access.admin.inc - Form constructor for a form to to delete access rules for a particular role.
- taxonomy_access_role_delete_confirm_submit in ./
taxonomy_access.admin.inc - Form submission handler for taxonomy_role_delete_confirm().
- _taxonomy_access_admin_instructions_html in ./
taxonomy_access.admin.inc - Generates HTML markup with form instructions for the admin form.