constant TERM_NOT_PUBLISHED in Taxonomy Tools 8
Same name and namespace in other branches
- 7 taxonomy_tools_publisher/taxonomy_tools_publisher.module \TERM_NOT_PUBLISHED
Taxonomy term is not published.
6 uses of TERM_NOT_PUBLISHED
- taxonomy_tools_publisher_preprocess_html in taxonomy_tools_publisher/
taxonomy_tools_publisher.module - Implements hook_preprocess_html().
- taxonomy_tools_publisher_publish_term in taxonomy_tools_publisher/
taxonomy_tools_publisher.module - Publishes taxonomy term.
- taxonomy_tools_publisher_rules_term_unpublish in taxonomy_tools_publisher/
taxonomy_tools_publisher.rules.inc - taxonomy_tools_publisher_taxonomy_term_presave in taxonomy_tools_publisher/
taxonomy_tools_publisher.module - Implements hook_taxonomy_term_presave().
- taxonomy_tools_publisher_term_copy_alter in taxonomy_tools_publisher/
taxonomy_tools_publisher.module - Implements hook_term_copy_alter().
File
- taxonomy_tools_publisher/
taxonomy_tools_publisher.module, line 28 - Drupal hooks and functions to manipulate taxonomy terms.
Code
define('TERM_NOT_PUBLISHED', 0);