search_core/Documentation/source/development/connection.rst
Daniel Siepmann 4756da5c5d
TASK: Update / cleanup documentation
Code and docs have diverged a bit. We therefore need to update them.
2018-03-08 11:35:50 +01:00

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.