You are here

Deprecated in Search API 7

Primary tabs

Examples: "before Drupal 9", "in Drupal 8.4"
Namesort descending Location Type Deprecation Direct uses Namespaced uses Overrides Use statements
SearchApiDataSourceControllerInterface::trackItemQueued includes/datasource.inc function As of Search API 1.10, the cron queue is not used for indexing anymore, therefore this method has become useless. It will be removed in the Drupal 8 version of this module. 1
search_api_track_item_queued ./search_api.module function As of Search API 1.10, the cron queue is not used for indexing anymore, therefore this function has become useless. It will, along with SearchApiDataSourceControllerInterface::trackItemQueued(), be removed in the Drupal 8 version of this module.
_search_api_admin_get_fields ./search_api.admin.inc function Use SearchApiIndex::getFields() instead.
_search_api_settings_equals ./search_api.module function The simple "==" operator will achieve the same.

Other projects