search_core/Documentation/development/connection.rst

306 B

Develop a new Connection

Make sure you understood concepts_connections.

Each Connection has to be a single class which implements Codappix\SearchCore\Connection\ConnectionInterface.

Dependency Injection is working for custom Connections.