TODO: add general description about the service container(s) provided, define terms etc here.
Per-repository and multi-repository services are defined using wiring files. They are specified using the following global variables (each being an array of file paths). Extensions can register their custom services by adding their files to those globals in their extension.json file.
;wgWikibaseMultiRepositoryServiceWiringFiles: Array of file paths containing definitions of multi-repository services. By default data-access/src/MultiRepositoryServiceWiring.php
is used.
;wgWikibasePerRepositoryServiceWiringFiles: Array of file paths containing definitions of multi-repository services. By default data-access/src/PerRepositoryServiceWiring.php
is used.