You are here

protected function TestBackend::checkError in Search API 8

10 calls to TestBackend::checkError()
TestBackend::addIndex in tests/search_api_test/src/Plugin/search_api/backend/TestBackend.php
Adds a new index to this server.
TestBackend::deleteAllIndexItems in tests/search_api_test/src/Plugin/search_api/backend/TestBackend.php
Deletes all the items from the index.
TestBackend::deleteItems in tests/search_api_test/src/Plugin/search_api/backend/TestBackend.php
Deletes the specified items from the index.
TestBackend::indexItems in tests/search_api_test/src/Plugin/search_api/backend/TestBackend.php
Indexes the specified items.
TestBackend::postInsert in tests/search_api_test/src/Plugin/search_api/backend/TestBackend.php
Reacts to the server's creation.

... See full list

File

tests/search_api_test/src/Plugin/search_api/backend/TestBackend.php, line 319

Class

TestBackend
Provides a dummy backend for testing purposes.

Namespace

Drupal\search_api_test\Plugin\search_api\backend

Code

protected function checkError($method) {
  $this
    ->traitCheckError($method);
  $this
    ->logMethodCall($method);
}