abstract public function Notifications_Field_Autocomplete::autocomplete_path in Notifications 7
Get autocomplete path
1 call to Notifications_Field_Autocomplete::autocomplete_path()
- Notifications_Field_Autocomplete::element_edit in ./
notifications.field.inc - Build a form element to edit this field
3 methods override Notifications_Field_Autocomplete::autocomplete_path()
- Notifications_Node_Field::autocomplete_path in ./
notifications.field.inc - Get autocomplete path
- Notifications_Taxonomy_Term_Field::autocomplete_path in notifications_tags/
notifications_tags.inc - Get autocomplete path
- Notifications_User_Field::autocomplete_path in ./
notifications.field.inc - Get autocomplete path
File
- ./
notifications.field.inc, line 418 - Drupal Notifications Framework - Default class file
Class
- Notifications_Field_Autocomplete
- Field with autocomplete values
Code
public abstract function autocomplete_path();