You are here

public function SearchApiElasticsearchBackend::postCreate in Elasticsearch Connector 8

Overrides postCreate().

File

src/Plugin/search_api/backend/SearchApiElasticsearchBackend.php, line 184
Contains the SearchApiElasticsearchBackend object.

Class

SearchApiElasticsearchBackend
Plugin annotation @SearchApiBackend( id = "elasticsearch", label = @Translation("Elasticsearch"), description = @Translation("Index items using an Elasticsearch server.") )

Namespace

Drupal\elasticsearch_connector\Plugin\search_api\backend

Code

public function postCreate() {
}