public function SearchApiAbstractService::postCreate in Search API 7
Implements SearchApiServiceInterface::__construct().
Does nothing, by default.
Overrides SearchApiServiceInterface::postCreate
File
- includes/
service.inc, line 402 - Contains SearchApiServiceInterface and SearchApiAbstractService.
Class
- SearchApiAbstractService
- Abstract class with generic implementation of most service methods.
Code
public function postCreate() {
return;
}