You are here

service search_api_db.database_compatibility in Search API 8

Class

Drupal\search_api_db\DatabaseCompatibility\GenericDatabase

Tags

  • backend_overridable
2 string references to search_api_db.database_compatibility
BackendTest::testNonDefaultDatabase in modules/search_api_db/tests/src/Kernel/BackendTest.php
Tests whether a server on a non-default database is handled correctly.
Database::create in modules/search_api_db/src/Plugin/search_api/backend/Database.php
Creates an instance of the plugin.

File

modules/search_api_db/search_api_db.services.yml
modules/search_api_db/search_api_db.services.yml

View source
  1. class: Drupal\search_api_db\DatabaseCompatibility\GenericDatabase
  2. arguments:
  3. - '@database'
  4. - '@transliteration'
  5. tags:
  6. - { name: backend_overridable }