function Notifications_Node_Field::get_path in Notifications 7
Get system path
Overrides Notifications_Field::get_path
File
- ./
notifications.field.inc, line 505 - Drupal Notifications Framework - Default class file
Class
- Notifications_Node_Field
- Node fields
Code
function get_path() {
return isset($this->value) ? 'node/' . $this->value : '';
}