Skip to content
Snippets Groups Projects
Commit 1bc788aa authored by Dorian Merz's avatar Dorian Merz
Browse files

refs #15502 [master-v5] RSS feed

* adapted theme config to use finc-specific
** ResultFeed
and
** RecordLink
parent 1edea4d2
No related merge requests found
...@@ -11,6 +11,8 @@ return [ ...@@ -11,6 +11,8 @@ return [
'externalCatalogueLink' => 'finc\View\Helper\Root\ExternalCatalogueLink', 'externalCatalogueLink' => 'finc\View\Helper\Root\ExternalCatalogueLink',
'interlibraryloan' => 'finc\View\Helper\Root\InterlibraryLoanLink', 'interlibraryloan' => 'finc\View\Helper\Root\InterlibraryLoanLink',
'sideFacet' => 'finc\View\Helper\Root\SideFacet', 'sideFacet' => 'finc\View\Helper\Root\SideFacet',
'resultfeed' => 'finc\View\Helper\Root\ResultFeed',
'recordlink' => 'finc\View\Helper\Root\RecordLink',
], ],
'factories' => [ 'factories' => [
'finc\View\Helper\Root\BranchInfo' => 'finc\View\Helper\Root\BranchInfo' =>
...@@ -23,7 +25,7 @@ return [ ...@@ -23,7 +25,7 @@ return [
'finc\View\Helper\Root\Factory::getSideFacet', 'finc\View\Helper\Root\Factory::getSideFacet',
'VuFind\View\Helper\Root\Record' => 'VuFind\View\Helper\Root\Record' =>
'finc\View\Helper\Root\Factory::getRecord', 'finc\View\Helper\Root\Factory::getRecord',
'VuFind\View\Helper\Root\RecordLink' => 'finc\View\Helper\Root\RecordLink' =>
'finc\View\Helper\Root\Factory::getRecordLink', 'finc\View\Helper\Root\Factory::getRecordLink',
'VuFind\View\Helper\Root\Citation' => 'VuFind\View\Helper\Root\Citation' =>
'finc\View\Helper\Root\Factory::getCitation', 'finc\View\Helper\Root\Factory::getCitation',
...@@ -31,8 +33,8 @@ return [ ...@@ -31,8 +33,8 @@ return [
'finc\View\Helper\Root\Factory::getOpenUrl', 'finc\View\Helper\Root\Factory::getOpenUrl',
'VuFind\View\Helper\Root\RecordDataFormatter' => 'VuFind\View\Helper\Root\RecordDataFormatter' =>
'finc\View\Helper\Root\RecordDataFormatterFactory', 'finc\View\Helper\Root\RecordDataFormatterFactory',
'VuFind\View\Helper\Root\ResultFeed' => 'finc\View\Helper\Root\ResultFeed' =>
'Zend\ServiceManager\Factory\InvokableFactory' 'VuFind\View\Helper\Root\ResultFeedFactory'
] ]
] ]
]; ];
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