You are here

public function SearchApiServiceInterface::postUpdate in Search API 7

Notifies this server that its fields are about to be updated.

The server's $original property can be used to inspect the old property values.

Return value

bool TRUE, if the update requires reindexing of all content on the server.

2 methods override SearchApiServiceInterface::postUpdate()
SearchApiAbstractService::postUpdate in includes/service.inc
Implements SearchApiServiceInterface::__construct().
SearchApiDummyService::postUpdate in tests/search_api_test_2.module
Notifies this server that its fields are about to be updated.

File

includes/service.inc, line 125
Contains SearchApiServiceInterface and SearchApiAbstractService.

Class

SearchApiServiceInterface
Interface defining the methods search services have to implement.

Code

public function postUpdate();