Modernize config loader service.
- Move configuration to plugin manager. - Use fully qualified class name as service name. - Eliminate static factory.
Showing
- module/VuFind/config/module.config.php 3 additions, 4 deletionsmodule/VuFind/config/module.config.php
- module/VuFind/src/VuFind/Auth/Factory.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/Auth/Factory.php
- module/VuFind/src/VuFind/Autocomplete/SuggesterFactory.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/Autocomplete/SuggesterFactory.php
- module/VuFind/src/VuFind/Bootstrapper.php 2 additions, 2 deletionsmodule/VuFind/src/VuFind/Bootstrapper.php
- module/VuFind/src/VuFind/CartFactory.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/CartFactory.php
- module/VuFind/src/VuFind/Config/PluginManager.php 16 additions, 0 deletionsmodule/VuFind/src/VuFind/Config/PluginManager.php
- module/VuFind/src/VuFind/Config/PluginManagerFactory.php 69 additions, 0 deletionsmodule/VuFind/src/VuFind/Config/PluginManagerFactory.php
- module/VuFind/src/VuFind/Content/AbstractAmazonFactory.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/Content/AbstractAmazonFactory.php
- module/VuFind/src/VuFind/Content/AbstractSyndeticsFactory.php 1 addition, 1 deletion...le/VuFind/src/VuFind/Content/AbstractSyndeticsFactory.php
- module/VuFind/src/VuFind/Content/Covers/Factory.php 5 additions, 5 deletionsmodule/VuFind/src/VuFind/Content/Covers/Factory.php
- module/VuFind/src/VuFind/Content/Factory.php 5 additions, 5 deletionsmodule/VuFind/src/VuFind/Content/Factory.php
- module/VuFind/src/VuFind/Content/Reviews/BooksiteFactory.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/Content/Reviews/BooksiteFactory.php
- module/VuFind/src/VuFind/Controller/AbstractBase.php 2 additions, 2 deletionsmodule/VuFind/src/VuFind/Controller/AbstractBase.php
- module/VuFind/src/VuFind/Controller/AbstractSearch.php 9 additions, 5 deletionsmodule/VuFind/src/VuFind/Controller/AbstractSearch.php
- module/VuFind/src/VuFind/Controller/AuthorController.php 2 additions, 1 deletionmodule/VuFind/src/VuFind/Controller/AuthorController.php
- module/VuFind/src/VuFind/Controller/CollectionController.php 2 additions, 1 deletionmodule/VuFind/src/VuFind/Controller/CollectionController.php
- module/VuFind/src/VuFind/Controller/CombinedController.php 7 additions, 6 deletionsmodule/VuFind/src/VuFind/Controller/CombinedController.php
- module/VuFind/src/VuFind/Controller/EITController.php 2 additions, 1 deletionmodule/VuFind/src/VuFind/Controller/EITController.php
- module/VuFind/src/VuFind/Controller/EITrecordController.php 2 additions, 1 deletionmodule/VuFind/src/VuFind/Controller/EITrecordController.php
- module/VuFind/src/VuFind/Controller/EdsController.php 2 additions, 1 deletionmodule/VuFind/src/VuFind/Controller/EdsController.php
Please register or sign in to comment