You are here

Functions in Search API 7

Primary tabs

Namesort descending Location Description Direct uses Strings
search_api_index_specific_items ./search_api.module Indexes the specified items on the given index. 2
search_api_index_specific_items_delayed ./search_api.module Queues items for indexing at the end of the page request. 4
search_api_index_status ./search_api.module Determines a search index' indexing status. 2
search_api_index_update_datasource ./search_api.module Helper function for reacting to index updates with regards to the datasource. 1
search_api_index_url ./search_api.module Entity uri callback. 1
search_api_install ./search_api.install Implements hook_install().
search_api_is_list_type ./search_api.module Utility function for determining whether a field of the given type contains a list of any kind. 14
search_api_is_text_type ./search_api.module Determines whether a field of the given type contains text data. 7
search_api_list_nesting_level ./search_api.module Utility function for determining the nesting level of a list type. 6
search_api_menu ./search_api.module Implements hook_menu().
search_api_modules_disabled ./search_api.module Implements hook_modules_disabled().
search_api_modules_enabled ./search_api.module Implements hook_modules_enabled().
search_api_module_implements_alter ./search_api.module Implements hook_module_implements_alter().
search_api_nest_type ./search_api.module Utility function for nesting a type to the same level as another type. I.e., after <code>$t = search_api_nest_type($type, $nested_type);</code> is executed, the following statements will always be true: 4
search_api_node_access_records_alter ./search_api.module Implements hook_node_access_records_alter().
search_api_permission ./search_api.module Implements hook_permission().
search_api_query ./search_api.module Creates a search query on a specified search index. 1
search_api_requirements ./search_api.install Implements hook_requirements().
search_api_rules_action_info ./search_api.rules.inc Implements hook_rules_action_info().
search_api_sanitize_field_value ./search_api.module Sanitizes the given field value(s). 1
search_api_schema ./search_api.install Implements hook_schema().
search_api_search_api_alter_callback_info ./search_api.module Implements hook_search_api_alter_callback_info().
search_api_search_api_index_delete ./search_api.module Implements hook_search_api_index_delete(). 1
search_api_search_api_index_insert ./search_api.module Implements hook_search_api_index_insert().
search_api_search_api_index_update ./search_api.module Implements hook_search_api_index_update(). 1
search_api_search_api_item_type_info ./search_api.module Implements hook_search_api_item_type_info().
search_api_search_api_processor_info ./search_api.module Implements hook_search_api_processor_info().
search_api_search_api_query_alter ./search_api.module Implements hook_search_api_query_alter().
search_api_search_api_server_delete ./search_api.module Implements hook_search_api_server_delete(). 1
search_api_search_api_server_insert ./search_api.module Implements hook_search_api_server_insert().
search_api_search_api_server_update ./search_api.module Implements hook_search_api_server_update(). 1
search_api_server_clear ./search_api.module Clears a search server.
search_api_server_delete ./search_api.module Deletes a search server and disables all associated indexes.
search_api_server_disable ./search_api.module Disables a search server.
search_api_server_edit ./search_api.module Changes a server's settings.
search_api_server_enable ./search_api.module Enables a search server.
search_api_server_insert ./search_api.module Inserts a new search server into the database.
search_api_server_load ./search_api.module Load the search server with the specified id. 13 1
search_api_server_load_multiple ./search_api.module Load multiple servers at once, determined by IDs or machine names, or by other conditions. 7
search_api_server_status_form ./search_api.admin.inc Form constructor for server operations. 1
search_api_server_status_form_clear_submit ./search_api.admin.inc Form submission handler for search_api_server_status_form(). 1
search_api_server_status_form_execute_pending_tasks_submit ./search_api.admin.inc Form submission handler for search_api_server_status_form(). 1
search_api_server_tasks_add ./search_api.module Adds an entry into a server's list of pending tasks. 5
search_api_server_tasks_check ./search_api.module Checks for pending tasks on one or all enabled search servers. 4
search_api_server_tasks_count ./search_api.module Return the number of pending tasks. 4
search_api_server_tasks_delete ./search_api.module Removes pending server tasks from the list. 3
search_api_server_url ./search_api.module Entity uri callback. 1
search_api_status_options_list ./search_api.module Returns an options list for the "status" property. 1
search_api_system_info_alter ./search_api.module Implements hook_system_info_alter().
search_api_test_2_default_search_api_server tests/search_api_test_2.module Implements hook_default_search_api_server().

Pages

Other projects