You are here

function Notifications_Taxonomy_Vocabulary_Field::get_title in Notifications 7

Get field name

Overrides Notifications_Field::get_title

File

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

Class

Notifications_Taxonomy_Vocabulary_Field
Taxonomy term field

Code

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