Skip to content
Snippets Groups Projects
Commit ac108d04 authored by Demian Katz's avatar Demian Katz
Browse files

Minor config cleanup (added missing lines, re-alphabetized).

parent b98d2116
No related merge requests found
...@@ -300,6 +300,7 @@ $config = array( ...@@ -300,6 +300,7 @@ $config = array(
'invokables' => array( 'invokables' => array(
'changetracker' => 'VuFind\Db\Table\ChangeTracker', 'changetracker' => 'VuFind\Db\Table\ChangeTracker',
'comments' => 'VuFind\Db\Table\Comments', 'comments' => 'VuFind\Db\Table\Comments',
'oairesumption' => 'VuFind\Db\Table\OaiResumption',
'resourcetags' => 'VuFind\Db\Table\ResourceTags', 'resourcetags' => 'VuFind\Db\Table\ResourceTags',
'search' => 'VuFind\Db\Table\Search', 'search' => 'VuFind\Db\Table\Search',
'session' => 'VuFind\Db\Table\Session', 'session' => 'VuFind\Db\Table\Session',
...@@ -346,14 +347,17 @@ $config = array( ...@@ -346,14 +347,17 @@ $config = array(
), ),
'invokables' => array( 'invokables' => array(
'amicus' => 'VuFind\ILS\Driver\Amicus', 'amicus' => 'VuFind\ILS\Driver\Amicus',
'claviussql' => 'VuFind\ILS\Driver\ClaviusSQL',
'daia' => 'VuFind\ILS\Driver\DAIA', 'daia' => 'VuFind\ILS\Driver\DAIA',
'evergreen' => 'VuFind\ILS\Driver\Evergreen', 'evergreen' => 'VuFind\ILS\Driver\Evergreen',
'innovative' => 'VuFind\ILS\Driver\Innovative', 'innovative' => 'VuFind\ILS\Driver\Innovative',
'koha' => 'VuFind\ILS\Driver\Koha', 'koha' => 'VuFind\ILS\Driver\Koha',
'lbs4' => 'VuFind\ILS\Driver\LBS4',
'newgenlib' => 'VuFind\ILS\Driver\NewGenLib', 'newgenlib' => 'VuFind\ILS\Driver\NewGenLib',
'pica' => 'VuFind\ILS\Driver\PICA', 'pica' => 'VuFind\ILS\Driver\PICA',
'polaris' => 'VuFind\ILS\Driver\Polaris', 'polaris' => 'VuFind\ILS\Driver\Polaris',
'sample' => 'VuFind\ILS\Driver\Sample', 'sample' => 'VuFind\ILS\Driver\Sample',
'sierra' => 'VuFind\ILS\Driver\Sierra',
'symphony' => 'VuFind\ILS\Driver\Symphony', 'symphony' => 'VuFind\ILS\Driver\Symphony',
'virtua' => 'VuFind\ILS\Driver\Virtua', 'virtua' => 'VuFind\ILS\Driver\Virtua',
'xcncip' => 'VuFind\ILS\Driver\XCNCIP', 'xcncip' => 'VuFind\ILS\Driver\XCNCIP',
...@@ -425,9 +429,9 @@ $config = array( ...@@ -425,9 +429,9 @@ $config = array(
'hierarchytree' => 'VuFind\RecordTab\Factory::getHierarchyTree', 'hierarchytree' => 'VuFind\RecordTab\Factory::getHierarchyTree',
'holdingsils' => 'VuFind\RecordTab\Factory::getHoldingsILS', 'holdingsils' => 'VuFind\RecordTab\Factory::getHoldingsILS',
'map' => 'VuFind\RecordTab\Factory::getMap', 'map' => 'VuFind\RecordTab\Factory::getMap',
'preview' => 'VuFind\RecordTab\Factory::getPreview',
'reviews' => 'VuFind\RecordTab\Factory::getReviews', 'reviews' => 'VuFind\RecordTab\Factory::getReviews',
'usercomments' => 'VuFind\RecordTab\Factory::getUserComments', 'usercomments' => 'VuFind\RecordTab\Factory::getUserComments',
'preview' => 'VuFind\RecordTab\Factory::getPreview',
), ),
'invokables' => array( 'invokables' => array(
'description' => 'VuFind\RecordTab\Description', 'description' => 'VuFind\RecordTab\Description',
......
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