Refactor channel loading (#1174)
- Separate loading logic from controller - Improve readability and reusability of code
Showing
- module/VuFind/config/module.config.php 2 additions, 1 deletionmodule/VuFind/config/module.config.php
- module/VuFind/src/VuFind/ChannelProvider/ChannelLoader.php 291 additions, 0 deletionsmodule/VuFind/src/VuFind/ChannelProvider/ChannelLoader.php
- module/VuFind/src/VuFind/ChannelProvider/ChannelLoaderFactory.php 72 additions, 0 deletions...uFind/src/VuFind/ChannelProvider/ChannelLoaderFactory.php
- module/VuFind/src/VuFind/Controller/ChannelsController.php 27 additions, 145 deletionsmodule/VuFind/src/VuFind/Controller/ChannelsController.php
- module/VuFind/src/VuFind/Controller/ChannelsControllerFactory.php 67 additions, 0 deletions...uFind/src/VuFind/Controller/ChannelsControllerFactory.php
Please register or sign in to comment