You are here

function Notifications_Node_Field::autocomplete_path in Notifications 7

Get autocomplete path

Overrides Notifications_Field_Autocomplete::autocomplete_path

File

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

Class

Notifications_Node_Field
Node fields

Code

function autocomplete_path() {
  return 'notifications/autocomplete/node/title';
}