You are here

Functions in Search API sorts 7

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_search_api_sorts_default_sort_alter ./search_api_sorts.api.php Alter the Search API sorts default sort.
search_api_sorts_block_info ./search_api_sorts.module Implements hook_block_info().
search_api_sorts_block_search_sorts_view ./search_api_sorts.module View the "Search sorts" block. 1
search_api_sorts_block_view ./search_api_sorts.module Implements hook_block_view().
search_api_sorts_ctools_block_info ./search_api_sorts.module Implements hook_ctools_block_info().
search_api_sorts_entity_info ./search_api_sorts.module Implements hook_entity_info().
search_api_sorts_help ./search_api_sorts.module Implements hook_help().
search_api_sorts_index_select ./search_api_sorts.admin.inc Displays a form for selecting the indexed fields for which to create sorts. 1
search_api_sorts_index_select_submit ./search_api_sorts.admin.inc Submit callback for search_api_sorts_index_select().
search_api_sorts_index_select_validate ./search_api_sorts.admin.inc Validation callback for search_api_sorts_index_select().
search_api_sorts_load_multiple ./search_api_sorts.module Load multiple sorts at once, determined by IDs, deltas or other conditions. 1
search_api_sorts_menu ./search_api_sorts.module Implements hook_menu().
search_api_sorts_permission ./search_api_sorts.module Implements hook_permission().
search_api_sorts_schema ./search_api_sorts.install Implements hook_schema().
search_api_sorts_search_api_query_alter ./search_api_sorts.module Implements hook_search_api_query_alter(). 1
search_api_sorts_search_sorts ./search_api_sorts.module Get a list of sorts field names for the current search index id. 2
search_api_sorts_theme ./search_api_sorts.module Implements hook_theme().
search_api_sorts_uninstall ./search_api_sorts.install Implements hook_uninstall().
search_api_sorts_update_7201 ./search_api_sorts.install Created new fields for default sort and order. Removed deprecated variables.
search_api_sorts_update_7202 ./search_api_sorts.install Add an identifier field consisting of the index and field name.
search_api_sorts_update_7203 ./search_api_sorts.install Add weight property.
search_api_sorts_update_7204 ./search_api_sorts.install Add default sort no terms to the sort table.
search_api_sort_label ./search_api_sorts.module Entity_label callback. 1
theme_search_api_sorts_form_table ./search_api_sorts.admin.inc Theming function for rendering a form as a table.
theme_search_api_sorts_list ./search_api_sorts.theme.inc Theme a list of sort options.
theme_search_api_sorts_sort ./search_api_sorts.theme.inc Theme a single sort item.
_search_api_sorts_get_default_sort ./search_api_sorts.module Helper function to get the default sort field. 2

Other projects