You are here

public function BackendInterface::postUpdate in Search API 8

Notifies the backend that its configuration was updated.

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

Return value

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

1 method overrides BackendInterface::postUpdate()
BackendPluginBase::postUpdate in src/Backend/BackendPluginBase.php
Notifies the backend that its configuration was updated.

File

src/Backend/BackendInterface.php, line 73

Class

BackendInterface
Defines an interface for search backend plugins.

Namespace

Drupal\search_api\Backend

Code

public function postUpdate();