Skip to content
Snippets Groups Projects
Commit 3bdd833a authored by André Lahmann's avatar André Lahmann Committed by Ulf Seltmann
Browse files

refs #4283:

* added latest DAIA-Driver from github.com/vufind-org to finc-module
* added latest PAIA-Driver from github.com/gbv/vufind VZG-module to finc-module
* updated finc-module configuration with DAIA/PAIA drivers
parent 33622287
No related merge requests found
...@@ -4,6 +4,12 @@ namespace finc\Module\Configuration; ...@@ -4,6 +4,12 @@ namespace finc\Module\Configuration;
$config = array( $config = array(
'vufind' => array( 'vufind' => array(
'plugin_managers' => array( 'plugin_managers' => array(
'ils_driver' => array(
'invokables' => array(
'daia' => 'finc\ILS\Driver\DAIA',
'paia' => 'finc\ILS\Driver\PAIA',
),
),
'recorddriver' => array( 'recorddriver' => array(
'factories' => array( 'factories' => array(
'solrmarcremote' => 'finc\RecordDriver\Factory::getSolrMarcRemote' 'solrmarcremote' => 'finc\RecordDriver\Factory::getSolrMarcRemote'
......
This diff is collapsed.
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment