You are here

public function Notifications_Taxonomy_Term::get_title in Notifications 7

Title

File

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

Class

Notifications_Taxonomy_Term
Taxonomy term object

Code

public function get_title() {
  return t('Taxonomy term');
}