You are here

service plugin.manager.search_api.backend in Search API 8

Class

Drupal\search_api\Backend\BackendPluginManager
3 string references to plugin.manager.search_api.backend
Server::getBackend in src/Entity/Server.php
Retrieves the backend.
Server::preSave in src/Entity/Server.php
Acts on an entity before the presave hook is invoked.
ServerForm::create in src/Form/ServerForm.php
Instantiates a new instance of this class.

File

./search_api.services.yml
search_api.services.yml

View source
  1. class: Drupal\search_api\Backend\BackendPluginManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@cache.discovery'
  5. - '@module_handler'
  6. - '@event_dispatcher'