You are here

protected property ElasticsearchTest::$indexId in Elasticsearch Connector 8.5

Same name and namespace in other branches
  1. 8.7 tests/src/Kernel/ElasticsearchTest.php \Drupal\elasticsearch_connector\Tests\Kernel\ElasticsearchTest::indexId
  2. 8.6 tests/src/Kernel/ElasticsearchTest.php \Drupal\elasticsearch_connector\Tests\Kernel\ElasticsearchTest::indexId

A Search API index ID.

Type: string

Overrides BackendTest::$indexId

File

tests/src/Kernel/ElasticsearchTest.php, line 32

Class

ElasticsearchTest
Tests index and search capabilities using the elasticsearch backend.

Namespace

Drupal\elasticsearch_connector\Tests\Kernel

Code

protected $indexId = 'elasticsearch_index';