You are here

public static function Notifications_Taxonomy_Vocabulary::object_load in Notifications 7

Load object

File

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

Class

Notifications_Taxonomy_Vocabulary
Taxonomy vocabulary object

Code

public static function object_load($value) {
  return taxonomy_vocabulary_load($value);
}