You are here

function Notifications_Taxonomy_Term_Field::get_description in Notifications 7

Get description

Overrides Notifications_Field::get_description

File

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

Class

Notifications_Taxonomy_Term_Field
Taxonomy term field

Code

function get_description() {
  return t('Taxonomy term');
}