You are here

public function BackendInterface::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.

1 method overrides BackendInterface::postInsert()
BackendPluginBase::postInsert in src/Backend/BackendPluginBase.php
Reacts to the server's creation.

File

src/Backend/BackendInterface.php, line 47

Class

BackendInterface
Defines an interface for search backend plugins.

Namespace

Drupal\search_api\Backend

Code

public function postInsert();