Modernize search plugin manager services.
- Eliminate static factories. - Use fully qualified class names as service names.
Showing
- module/VuFind/config/module.config.php 6 additions, 3 deletionsmodule/VuFind/config/module.config.php
- module/VuFind/src/VuFind/Autocomplete/SolrFactory.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/Autocomplete/SolrFactory.php
- module/VuFind/src/VuFind/Autocomplete/SuggesterFactory.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/Autocomplete/SuggesterFactory.php
- module/VuFind/src/VuFind/ChannelProvider/Factory.php 3 additions, 3 deletionsmodule/VuFind/src/VuFind/ChannelProvider/Factory.php
- module/VuFind/src/VuFind/Controller/AbstractSearch.php 3 additions, 3 deletionsmodule/VuFind/src/VuFind/Controller/AbstractSearch.php
- module/VuFind/src/VuFind/Controller/AjaxController.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/Controller/AjaxController.php
- module/VuFind/src/VuFind/Controller/BrowseController.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/Controller/BrowseController.php
- module/VuFind/src/VuFind/Controller/CollectionsController.php 1 addition, 1 deletion...le/VuFind/src/VuFind/Controller/CollectionsController.php
- module/VuFind/src/VuFind/Controller/CombinedController.php 3 additions, 3 deletionsmodule/VuFind/src/VuFind/Controller/CombinedController.php
- module/VuFind/src/VuFind/Controller/HierarchyController.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/Controller/HierarchyController.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/Controller/UpgradeController.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/Controller/UpgradeController.php
- module/VuFind/src/VuFind/Recommend/Factory.php 8 additions, 8 deletionsmodule/VuFind/src/VuFind/Recommend/Factory.php
- module/VuFind/src/VuFind/Search/Params/ParamsFactory.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/Search/Params/ParamsFactory.php
- module/VuFind/src/VuFind/Search/Params/PluginFactory.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/Search/Params/PluginFactory.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 3 additions, 39 deletionsmodule/VuFind/src/VuFind/Service/Factory.php
- module/VuFind/src/VuFind/View/Helper/Root/Factory.php 4 additions, 4 deletionsmodule/VuFind/src/VuFind/View/Helper/Root/Factory.php
Please register or sign in to comment