You are here

function Notifications_Taxonomy_Term_Field::get_title in Notifications 7

Get field name

Overrides Notifications_Field::get_title

File

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

Class

Notifications_Taxonomy_Term_Field
Taxonomy term field

Code

function get_title() {
  return t('Term');
}