You are here

public static function Notifications_Taxonomy_Vocabulary::object_name in Notifications 7

Get name for object

File

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

Class

Notifications_Taxonomy_Vocabulary
Taxonomy vocabulary object

Code

public static function object_name($vocabulary) {
  return $vocabulary->name;
}