function Notifications_Field::drupal_object in Notifications 7
Get related Drupal object
1 call to Notifications_Field::drupal_object()
- Notifications_Node_Field::autocomplete_value in ./
notifications.field.inc - Format value for autocomplete
File
- ./
notifications.field.inc, line 127 - Drupal Notifications Framework - Default class file
Class
- Notifications_Field
- Base class for Notifications fields
Code
function drupal_object() {
return $this
->get_object()
->get_object();
}