Issue #3342241: Implement hook_help()
Compare changes
+ 15
− 0
@@ -16,6 +16,21 @@ use Drupal\taxonomy\VocabularyAccessControlHandler as OriginalVocabularyAccessCo
$output .= '<p>' .t('Taxonomy Access Fix module enhances the access handling functionality of Drupal Core Taxonomy module. This module introduces new permissions on a per-vocabulary basis, including the ability to "View terms in VOCABULARY" and "Reorder terms in VOCABULARY" for published terms.') . '</p>';
$output .= '<p>' .t('Taxonomy Access Fix module is particularly useful when more fine-grained permissions are required for taxonomy terms than those provided by Drupal Core. For example, if certain roles should be restricted from viewing terms within a specific vocabulary, this module provides the necessary controls to accomplish that goal.') . '</p>';