Modernize ILS connection service.
- Eliminate static factory. - Use fully qualified class name as service name.
Showing
- module/VuFind/config/module.config.php 2 additions, 1 deletionmodule/VuFind/config/module.config.php
- module/VuFind/src/VuFind/Auth/Factory.php 2 additions, 2 deletionsmodule/VuFind/src/VuFind/Auth/Factory.php
- module/VuFind/src/VuFind/Auth/ILSAuthenticatorFactory.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/Auth/ILSAuthenticatorFactory.php
- module/VuFind/src/VuFind/Auth/ManagerFactory.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/Auth/ManagerFactory.php
- module/VuFind/src/VuFind/Controller/AbstractBase.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/Controller/AbstractBase.php
- module/VuFind/src/VuFind/ILS/ConnectionFactory.php 71 additions, 0 deletionsmodule/VuFind/src/VuFind/ILS/ConnectionFactory.php
- module/VuFind/src/VuFind/RecordDriver/Factory.php 2 additions, 2 deletionsmodule/VuFind/src/VuFind/RecordDriver/Factory.php
- module/VuFind/src/VuFind/RecordTab/Factory.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/RecordTab/Factory.php
- module/VuFind/src/VuFind/Service/Factory.php 2 additions, 33 deletionsmodule/VuFind/src/VuFind/Service/Factory.php
- module/VuFind/src/VuFind/View/Helper/Root/Factory.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/View/Helper/Root/Factory.php
- module/VuFindConsole/src/VuFindConsole/Controller/AbstractBase.php 1 addition, 1 deletion...FindConsole/src/VuFindConsole/Controller/AbstractBase.php
Please register or sign in to comment