You are here

public static function Notifications_Taxonomy_Term::object_value in Notifications 7

Get value for object

File

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

Class

Notifications_Taxonomy_Term
Taxonomy term object

Code

public static function object_value($term) {
  return $term->tid;
}