There was an error fetching the commit references. Please try again later.
Added plugin manager for link resolver drivers; changed resolver connection...
Added plugin manager for link resolver drivers; changed resolver connection class to use dependency injection and to eliminate unnecessary complexity.
Showing
- module/VuFind/config/module.config.php 11 additions, 0 deletionsmodule/VuFind/config/module.config.php
- module/VuFind/src/VuFind/Bootstrap.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/Bootstrap.php
- module/VuFind/src/VuFind/Controller/AjaxController.php 9 additions, 3 deletionsmodule/VuFind/src/VuFind/Controller/AjaxController.php
- module/VuFind/src/VuFind/Resolver/Connection.php 28 additions, 48 deletionsmodule/VuFind/src/VuFind/Resolver/Connection.php
- module/VuFind/src/VuFind/Resolver/Driver/PluginFactory.php 48 additions, 0 deletionsmodule/VuFind/src/VuFind/Resolver/Driver/PluginFactory.php
- module/VuFind/src/VuFind/Resolver/Driver/PluginManager.php 51 additions, 0 deletionsmodule/VuFind/src/VuFind/Resolver/Driver/PluginManager.php
Please register or sign in to comment