Set up plugin manager for record drivers; made...
Set up plugin manager for record drivers; made VuFind\Search\Solr\Results::getRecords work with search manager. This revision temporarily breaks related record modules -- they will be fixed in the next commit.
Showing
- module/VuFind/config/module.config.php 13 additions, 0 deletionsmodule/VuFind/config/module.config.php
- module/VuFind/src/VuFind/Bootstrap.php 2 additions, 1 deletionmodule/VuFind/src/VuFind/Bootstrap.php
- module/VuFind/src/VuFind/Controller/MyResearchController.php 2 additions, 1 deletionmodule/VuFind/src/VuFind/Controller/MyResearchController.php
- module/VuFind/src/VuFind/Record/Loader.php 3 additions, 1 deletionmodule/VuFind/src/VuFind/Record/Loader.php
- module/VuFind/src/VuFind/RecordDriver/PluginFactory.php 48 additions, 0 deletionsmodule/VuFind/src/VuFind/RecordDriver/PluginFactory.php
- module/VuFind/src/VuFind/RecordDriver/PluginManager.php 51 additions, 0 deletionsmodule/VuFind/src/VuFind/RecordDriver/PluginManager.php
- module/VuFind/src/VuFind/Search/Solr/Results.php 9 additions, 19 deletionsmodule/VuFind/src/VuFind/Search/Solr/Results.php
- module/VuFind/src/VuFind/Search/SolrAuth/Results.php 2 additions, 1 deletionmodule/VuFind/src/VuFind/Search/SolrAuth/Results.php
- module/VuFind/src/VuFind/Search/SolrReserves/Results.php 2 additions, 1 deletionmodule/VuFind/src/VuFind/Search/SolrReserves/Results.php
- module/VuFind/src/VuFind/Search/Summon/Results.php 2 additions, 1 deletionmodule/VuFind/src/VuFind/Search/Summon/Results.php
- module/VuFind/src/VuFind/Search/WorldCat/Results.php 2 additions, 1 deletionmodule/VuFind/src/VuFind/Search/WorldCat/Results.php
Please register or sign in to comment