constant TERM_PUBLISHED in Taxonomy Tools 8
Same name and namespace in other branches
- 7 taxonomy_tools_publisher/taxonomy_tools_publisher.module \TERM_PUBLISHED
Taxonomt term is published;
5 uses of TERM_PUBLISHED
- taxonomy_tools_publisher_form_taxonomy_form_term_alter in taxonomy_tools_publisher/
taxonomy_tools_publisher.module - Implements hook_form_FORM_ID_alter().
- taxonomy_tools_publisher_publish_term in taxonomy_tools_publisher/
taxonomy_tools_publisher.module - Publishes taxonomy term.
- taxonomy_tools_publisher_rules_term_publish 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_unpublish_term in taxonomy_tools_publisher/
taxonomy_tools_publisher.module - Unpublishes taxonomy term.
File
- taxonomy_tools_publisher/
taxonomy_tools_publisher.module, line 23 - Drupal hooks and functions to manipulate taxonomy terms.
Code
define('TERM_PUBLISHED', 1);