You are here

function Notifications_Taxonomy_Vocabulary_Field::get_path in Notifications 7

Get system path

Overrides Notifications_Field::get_path

File

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

Class

Notifications_Taxonomy_Vocabulary_Field
Taxonomy term field

Code

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