search_core/Documentation/source/development/connection.rst

12 lines
306 B
ReStructuredText
Raw Normal View History

.. _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.