Modernize ILS driver services.
- Use fully qualified class names as service names. - Eliminate static factory methods. - Move configuration to plugin manager.
Showing
- module/VuFind/config/module.config.php 1 addition, 33 deletionsmodule/VuFind/config/module.config.php
- module/VuFind/src/VuFind/ILS/Driver/AlephFactory.php 67 additions, 0 deletionsmodule/VuFind/src/VuFind/ILS/Driver/AlephFactory.php
- module/VuFind/src/VuFind/ILS/Driver/DemoFactory.php 72 additions, 0 deletionsmodule/VuFind/src/VuFind/ILS/Driver/DemoFactory.php
- module/VuFind/src/VuFind/ILS/Driver/DriverWithDateConverterFactory.php 76 additions, 0 deletions.../src/VuFind/ILS/Driver/DriverWithDateConverterFactory.php
- module/VuFind/src/VuFind/ILS/Driver/Factory.php 0 additions, 298 deletionsmodule/VuFind/src/VuFind/ILS/Driver/Factory.php
- module/VuFind/src/VuFind/ILS/Driver/MultiBackendFactory.php 70 additions, 0 deletionsmodule/VuFind/src/VuFind/ILS/Driver/MultiBackendFactory.php
- module/VuFind/src/VuFind/ILS/Driver/NoILSFactory.php 66 additions, 0 deletionsmodule/VuFind/src/VuFind/ILS/Driver/NoILSFactory.php
- module/VuFind/src/VuFind/ILS/Driver/PAIAFactory.php 68 additions, 0 deletionsmodule/VuFind/src/VuFind/ILS/Driver/PAIAFactory.php
- module/VuFind/src/VuFind/ILS/Driver/PluginManager.php 99 additions, 0 deletionsmodule/VuFind/src/VuFind/ILS/Driver/PluginManager.php
- module/VuFind/src/VuFind/ILS/Driver/SierraRestFactory.php 69 additions, 0 deletionsmodule/VuFind/src/VuFind/ILS/Driver/SierraRestFactory.php
- module/VuFind/src/VuFind/ILS/Driver/SymphonyFactory.php 69 additions, 0 deletionsmodule/VuFind/src/VuFind/ILS/Driver/SymphonyFactory.php
- module/VuFind/src/VuFind/ILS/Driver/VoyagerRestfulFactory.php 67 additions, 0 deletions...le/VuFind/src/VuFind/ILS/Driver/VoyagerRestfulFactory.php
Please register or sign in to comment