You are here

public function SearchApiAbstractService::postUpdate in Search API 7

Implements SearchApiServiceInterface::__construct().

The default implementation always returns FALSE.

Overrides SearchApiServiceInterface::postUpdate

File

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

Class

SearchApiAbstractService
Abstract class with generic implementation of most service methods.

Code

public function postUpdate() {
  return FALSE;
}