You are here

public function Notifications_Taxonomy_Vocabulary::get_title in Notifications 7

Title

File

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

Class

Notifications_Taxonomy_Vocabulary
Taxonomy vocabulary object

Code

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