You are here

function Notifications_Taxonomy_Term_Field::autocomplete_path in Notifications 7

Get autocomplete path

Overrides Notifications_Field_Autocomplete::autocomplete_path

File

notifications_tags/notifications_tags.inc, line 72
Drupal Notifications Framework - Default class file

Class

Notifications_Taxonomy_Term_Field
Taxonomy term field

Code

function autocomplete_path() {
  return 'notifications_tags/autocomplete/simple';
}