You are here

Functions in Search Autocomplete 6.4

Primary tabs

Namesort descending Location Description Direct uses Strings
json_autocomplete_views_api json_autocomplete/json_autocomplete.module @file Module definition for json_autocomplete
json_autocomplete_views_default_views json_autocomplete/json_autocomplete.views_default.inc Implementation of hook_views_default_views().
json_autocomplete_views_plugins json_autocomplete/json_autocomplete.views.inc Implementation of hook_views_plugin().
search_autocomplete_autocomplete ./search_autocomplete.autocomplete.inc 1
search_autocomplete_form_add ./search_autocomplete.form.add.inc MENU CALLBACK: Define the page to add a form. 1
search_autocomplete_form_add_submit ./search_autocomplete.form.add.inc Implementation of hook_submit(). Save the new form in database
search_autocomplete_form_configure ./search_autocomplete.form.configure.inc MENU CALLBACK: Define the form to configure the suggestions. 1
search_autocomplete_form_configure_submit ./search_autocomplete.form.configure.inc Implementation of hook_submit(). Save the changes in the database
search_autocomplete_form_configure_validate ./search_autocomplete.form.configure.inc Implements hook_validate().
search_autocomplete_form_delete ./search_autocomplete.form.delete.inc Return the filter delete form. 1
search_autocomplete_form_delete_submit ./search_autocomplete.form.delete.inc Submission callback for the filter delete form.
search_autocomplete_help ./search_autocomplete.admin.inc Implements hook_help().
search_autocomplete_init ./search_autocomplete.module Implementation of hook_init().
search_autocomplete_install ./search_autocomplete.install Implements hook_install(). 1
search_autocomplete_menu ./search_autocomplete.admin.inc Implementation of hook_menu(). Create an administration page to access admin form
search_autocomplete_perm ./search_autocomplete.admin.inc Implementation of hook_perm(). Valid permissions for this module
search_autocomplete_schema ./search_autocomplete.install Implements hook_schema().
search_autocomplete_theme ./search_autocomplete.admin.inc Implementation of hook_theme(). Define the function to render our forms
search_autocomplete_treelist_form ./search_autocomplete.form.treelist.inc Menu Callback: create the form to list the searchforms 1
search_autocomplete_treelist_form_submit ./search_autocomplete.form.treelist.inc Implementation of hook_submit(). Save the changes in the database
search_autocomplete_uninstall ./search_autocomplete.install Implementation of hook_uninstall().
search_autocomplete_update_6400 ./search_autocomplete.install Change internal callback URL from absolute to relative.
search_autocomplete_update_6401 ./search_autocomplete.install Add a translite optionnal option.
search_autocomplete_update_6402 ./search_autocomplete.install Change columns from TEXT to LONGTEXT and add filters in callbacks.
search_autocomplete_update_6403 ./search_autocomplete.install Change user autocompletion data.
search_autocomplete_update_7400 ./search_autocomplete.install Get ready for Search Autocomplete 6.4-x
search_autocomplete_views_autocomplete ./search_autocomplete.autocomplete.inc Autocomplete the view selection in admin. 1
template_preprocess_views_json_autocomplete_style json_autocomplete/theme/views_json_autocomplete.theme.inc @file Views theme to render view fields as JSON.
theme_search_autocomplete_treelist_form ./search_autocomplete.form.treelist.inc CALLBACK: Theme function for this treelist form
_json_autocomplete_debug_stop json_autocomplete/json_autocomplete.module
_json_autocomplete_encode_formatted Deprecated json_autocomplete/json_autocomplete.module Encodes JSON in a pretty-printed fashion. 1
_json_autocomplete_render_fields json_autocomplete/json_autocomplete.module Takes each field from a row object and renders the field as determined by the field's theme 1
_search_autocomplete_get_all_children ./search_autocomplete.form.configure.inc Helper function: get the array of fids every of his children of the caller but not caller fid. 1
_search_autocomplete_get_items ./search_autocomplete.form.treelist.inc Helper function: get the forms from database and render them hierarchically return the items sorted 1
_search_autocomplete_get_ordered_list ./search_autocomplete.form.treelist.inc HELPER: Returns a tree list of all items in the $items array that are children of the supplied parent, ordered appropriately 1
_search_autocomplete_sort_by_weight ./search_autocomplete.form.treelist.inc HELPER: Usort function for sorting arrays by weight 1

Other projects