Deprecated in Search API 7
Primary tabs
Name | Location | Type | Deprecation | Direct uses | Namespaced uses | Overrides | Use statements |
---|---|---|---|---|---|---|---|
SearchApiDataSourceControllerInterface:: |
includes/ |
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 |
./ |
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 |
./ |
function | Use SearchApiIndex::getFields() instead. | ||||
_search_api_settings_equals |
./ |
function | The simple "==" operator will achieve the same. |