function Notifications_Field::get_path in Notifications 7
Get system path
2 calls to Notifications_Field::get_path()
- Notifications_Field::format_value in ./
notifications.field.inc - Format value
- Notifications_Field::get_link in ./
notifications.field.inc - Get link if this field is linked to an object
3 methods override Notifications_Field::get_path()
- Notifications_Node_Field::get_path in ./
notifications.field.inc - Get system path
- Notifications_Taxonomy_Term_Field::get_path in notifications_tags/
notifications_tags.inc - Get system path
- Notifications_Taxonomy_Vocabulary_Field::get_path in notifications_tags/
notifications_tags.inc - Get system path
File
- ./
notifications.field.inc, line 112 - Drupal Notifications Framework - Default class file
Class
- Notifications_Field
- Base class for Notifications fields
Code
function get_path() {
return '';
}