mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-01 15:36:10 +01:00
12 lines
306 B
ReStructuredText
12 lines
306 B
ReStructuredText
|
.. _development_connection:
|
||
|
|
||
|
Develop a new Connection
|
||
|
========================
|
||
|
|
||
|
Make sure you understood :ref:`concepts_connections`.
|
||
|
|
||
|
Each Connection has to be a single class which implements
|
||
|
``Codappix\SearchCore\Connection\ConnectionInterface``.
|
||
|
|
||
|
Dependency Injection is working for custom Connections.
|