You are here

public static function Notifications_Taxonomy_Term::object_load in Notifications 7

Load object

File

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

Class

Notifications_Taxonomy_Term
Taxonomy term object

Code

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