You are here

function Notifications_Field_Autocomplete::autocomplete_value in Notifications 7

Format value for autocomplete

1 call to Notifications_Field_Autocomplete::autocomplete_value()
Notifications_Field_Autocomplete::element_edit in ./notifications.field.inc
Build a form element to edit this field
1 method overrides Notifications_Field_Autocomplete::autocomplete_value()
Notifications_Node_Field::autocomplete_value in ./notifications.field.inc
Format value for autocomplete

File

./notifications.field.inc, line 408
Drupal Notifications Framework - Default class file

Class

Notifications_Field_Autocomplete
Field with autocomplete values

Code

function autocomplete_value() {
  return $this
    ->get_name();
}