You are here

function Notifications_User_Field::autocomplete_path in Notifications 7

Get autocomplete path

Overrides Notifications_Field_Autocomplete::autocomplete_path

File

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

Class

Notifications_User_Field
Drupal user

Code

function autocomplete_path() {
  return 'user/autocomplete';
}