You are here

function Notifications_Taxonomy_Vocabulary_Field::get_description in Notifications 7

Get description

Overrides Notifications_Field::get_description

File

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

Class

Notifications_Taxonomy_Vocabulary_Field
Taxonomy term field

Code

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