You are here

public function SearchApiSortsManagerInterface::cleanupSortFields in Search API sorts 8

Remove all deleted sorts for the given index.

Parameters

\Drupal\search_api\IndexInterface $index: The search api index.

1 method overrides SearchApiSortsManagerInterface::cleanupSortFields()
SearchApiSortsManager::cleanupSortFields in src/SearchApiSortsManager.php
Remove all deleted sorts for the given index.

File

src/SearchApiSortsManagerInterface.php, line 52

Class

SearchApiSortsManagerInterface
Defines the interface for the search api sort manager.

Namespace

Drupal\search_api_sorts

Code

public function cleanupSortFields(IndexInterface $index);