You are here

public function IndexInterface::getFieldRenames in Search API 8

Retrieves all field IDs that changed compared to the index's saved version.

Return value

string[] An associative array mapping old field IDs to the new ones.

2 methods override IndexInterface::getFieldRenames()
Index::getFieldRenames in src/Entity/Index.php
Retrieves all field IDs that changed compared to the index's saved version.
UnsavedIndexConfiguration::getFieldRenames in src/UnsavedIndexConfiguration.php
Retrieves all field IDs that changed compared to the index's saved version.

File

src/IndexInterface.php, line 528

Class

IndexInterface
Defines the interface for index entities.

Namespace

Drupal\search_api

Code

public function getFieldRenames();