Modernize record loader service.
- Use fully qualified class name as service name. - Eliminate static factory.
Showing
- module/VuFind/config/module.config.php 2 additions, 1 deletionmodule/VuFind/config/module.config.php
- module/VuFind/src/VuFind/CartFactory.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/CartFactory.php
- module/VuFind/src/VuFind/Controller/AbstractBase.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/Controller/AbstractBase.php
- module/VuFind/src/VuFind/Controller/AuthorityController.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/Controller/AuthorityController.php
- module/VuFind/src/VuFind/Controller/HierarchyController.php 3 additions, 3 deletionsmodule/VuFind/src/VuFind/Controller/HierarchyController.php
- module/VuFind/src/VuFind/Controller/MyResearchController.php 2 additions, 2 deletionsmodule/VuFind/src/VuFind/Controller/MyResearchController.php
- module/VuFind/src/VuFind/Controller/OaiController.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/Controller/OaiController.php
- module/VuFind/src/VuFind/Controller/Plugin/Factory.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/Controller/Plugin/Factory.php
- module/VuFind/src/VuFind/Db/Table/ResourceFactory.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/Db/Table/ResourceFactory.php
- module/VuFind/src/VuFind/ILS/Driver/NoILSFactory.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/ILS/Driver/NoILSFactory.php
- module/VuFind/src/VuFind/ILS/Driver/SymphonyFactory.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/ILS/Driver/SymphonyFactory.php
- module/VuFind/src/VuFind/Record/LoaderFactory.php 70 additions, 0 deletionsmodule/VuFind/src/VuFind/Record/LoaderFactory.php
- module/VuFind/src/VuFind/RecordTab/Factory.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/RecordTab/Factory.php
- module/VuFind/src/VuFind/Search/Results/PluginFactory.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/Search/Results/PluginFactory.php
- module/VuFind/src/VuFind/Search/Results/ResultsFactory.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/Search/Results/ResultsFactory.php
- module/VuFind/src/VuFind/Service/Factory.php 1 addition, 17 deletionsmodule/VuFind/src/VuFind/Service/Factory.php
- module/VuFind/src/VuFindTest/Unit/TestCase.php 1 addition, 1 deletionmodule/VuFind/src/VuFindTest/Unit/TestCase.php
- module/VuFind/tests/integration-tests/src/VuFindTest/View/Helper/Root/ResultFeedTest.php 1 addition, 1 deletion...-tests/src/VuFindTest/View/Helper/Root/ResultFeedTest.php
- module/VuFindApi/src/VuFindApi/Controller/SearchApiController.php 1 addition, 1 deletion...uFindApi/src/VuFindApi/Controller/SearchApiController.php
- module/VuFindConsole/src/VuFindConsole/Controller/UtilController.php 1 addition, 1 deletion...ndConsole/src/VuFindConsole/Controller/UtilController.php
Please register or sign in to comment