You are here

Functions in Autocomplete Widgets for Text and Number Fields 7

Primary tabs

Namesort descending Location Description Direct uses Strings
autocomplete_widgets_content_migrate_field_alter ./autocomplete_widgets.module Implements hook_content_migrate_field_alter().
autocomplete_widgets_element_info ./autocomplete_widgets.module Implementation of hook_element_info().
autocomplete_widgets_element_process ./autocomplete_widgets.module Process an individual textfield autocomplete element. 2
autocomplete_widgets_field_formatter_info ./autocomplete_widgets.module Implements hook_field_formatter_info().
autocomplete_widgets_field_formatter_view ./autocomplete_widgets.module Implements hook_field_formatter_view().
autocomplete_widgets_field_widget_form ./autocomplete_widgets.module Implementation of hook_field_widget_form().
autocomplete_widgets_field_widget_info ./autocomplete_widgets.module Implementation of hook_field_widget_info().
autocomplete_widgets_field_widget_settings_form ./autocomplete_widgets.module Implementation of hook_field_widget_settings_form().
autocomplete_widgets_json ./autocomplete_widgets.module Menu callback; Retrieve the autocomplete suggestions. 1
autocomplete_widgets_menu ./autocomplete_widgets.module Implementation of hook_menu().
autocomplete_widgets_theme ./autocomplete_widgets.module Implementation of hook_theme().
theme_autocomplete_widgets ./autocomplete_widgets.module Theme an individual textfield autocomplete element.
_autocomplete_widgets_field_widget_settings_form ./autocomplete_widgets.admin.inc Implementation of hook_field_widget_settings_form(). 1
_autocomplete_widgets_get_options ./autocomplete_widgets.common.inc Fetch an array of options for the given widget. 4
_autocomplete_widgets_get_options_allowvals ./autocomplete_widgets.common.inc Fetch an array of options for the given widget (allowed values). 1
_autocomplete_widgets_get_options_flddata ./autocomplete_widgets.common.inc Fetch an array of options for the given widget (field data). 1
_autocomplete_widgets_get_options_node_reference ./autocomplete_widgets.common.inc Fetch an array of options for the given widget (node_reference). 1
_autocomplete_widgets_get_options_suggested ./autocomplete_widgets.common.inc Fetch an array of options for the given widget (suggested). 1
_autocomplete_widgets_sort_options ./autocomplete_widgets.common.inc Sort an array of options fo the given field instance. 2
_autocomplete_widgets_validate_allowvals ./autocomplete_widgets.common.inc Validate a list autocomplete element. 1

Other projects