You are here

public function BackendPluginBase::postInsert in Search API 8

Reacts to the server's creation.

Called once, when the server is first created. Allows the backend class to set up its necessary infrastructure.

Overrides BackendInterface::postInsert

1 method overrides BackendPluginBase::postInsert()
TestBackend::postInsert in tests/search_api_test/src/Plugin/search_api/backend/TestBackend.php
Reacts to the server's creation.

File

src/Backend/BackendPluginBase.php, line 205

Class

BackendPluginBase
Defines a base class for backend plugins.

Namespace

Drupal\search_api\Backend

Code

public function postInsert() {
}