You are here

public function SearchApiDummyService::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.

Overrides SearchApiServiceInterface::postUpdate

File

tests/search_api_test_2.module, line 85
Provides a second test service and server for testing Search API.

Class

SearchApiDummyService
Dummy service for testing.

Code

public function postUpdate() {
  return FALSE;
}