public function SearchApiServer::postUpdate in Search API 7
Notifies this server that its fields are about to be updated.
See also
SearchApiServiceInterface::postUpdate()
File
- includes/
server_entity.inc, line 226 - Contains SearchApiServer.
Class
- SearchApiServer
- Class representing a search server.
Code
public function postUpdate() {
$this
->ensureProxy();
return $this->proxy
->postUpdate();
}