You are here

public function Notifications_Taxonomy_Term::get_token_type in Notifications 7

Token type

File

notifications_tags/notifications_tags.inc, line 22
Drupal Notifications Framework - Default class file

Class

Notifications_Taxonomy_Term
Taxonomy term object

Code

public function get_token_type() {
  return 'term';
}