You are here

function Notifications_Taxonomy_Term_Field::get_path in Notifications 7

Get system path

Overrides Notifications_Field::get_path

File

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

Class

Notifications_Taxonomy_Term_Field
Taxonomy term field

Code

function get_path() {
  return isset($this->value) ? 'taxonomy/term/' . $this->value : '';
}