You are here

Functions in Search Autocomplete 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
array2str ./search_autocomplete.form.treelist.inc This function transforms the choices into a string.
search_autocomplete_autocomplete ./search_autocomplete.module Menu callback; autocomplete handler. Creates suggestions for autocompletion according to settings 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 Implements 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_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 Implementation of hook_help().
search_autocomplete_init ./search_autocomplete.module HOOK OF INIT: add autocomplete.js on everypage
search_autocomplete_install ./search_autocomplete.install Implementation of hook_install(). 1
search_autocomplete_menu ./search_autocomplete.admin.inc Implementation of hook_menu(). Create an administration page to access admin form
search_autocomplete_permission ./search_autocomplete.admin.inc Implementation of hook_permission(). Valid permissions for this module
search_autocomplete_schema ./search_autocomplete.install Implementation of hook_schema(). Set the schema of database
search_autocomplete_suggestion_configure ./search_autocomplete.suggestion.configure.inc MENU CALLBACK: Define the page to configure a suggestion. 1 1
search_autocomplete_suggestion_configure_submit ./search_autocomplete.suggestion.configure.inc
search_autocomplete_suggestion_delete ./search_autocomplete.suggestion.delete.inc Return the filter delete form. 1
search_autocomplete_suggestion_delete_submit ./search_autocomplete.suggestion.delete.inc Submission callback for the filter delete form.
search_autocomplete_suggestion_new ./search_autocomplete.suggestion.configure.inc MENU CALLBACK: Define the page to create a new suggestion. 1
search_autocomplete_suggestion_new_submit ./search_autocomplete.suggestion.configure.inc Implementation of hook_submit(). Save the new form in database
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_update_7200 ./search_autocomplete.install Get ready for 2.x
search_autocomplete_update_7201 ./search_autocomplete.install Get ready for version 2.0 to 2.1
theme_search_autocomplete_form_configuration_fieldset ./search_autocomplete.form.configure.inc CALLBACK: Theme function for this treelist form
theme_search_autocomplete_treelist_form ./search_autocomplete.form.treelist.inc CALLBACK: Theme function for this treelist form
_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