Database row service modernization.
- Rename services - Move configuration to plugin manager - Eliminate static factory class
Showing
- module/VuFind/config/module.config.php 1 addition, 18 deletionsmodule/VuFind/config/module.config.php
- module/VuFind/src/VuFind/Db/Row/PluginManager.php 44 additions, 0 deletionsmodule/VuFind/src/VuFind/Db/Row/PluginManager.php
- module/VuFind/src/VuFind/Db/Row/RowGatewayFactory.php 63 additions, 0 deletionsmodule/VuFind/src/VuFind/Db/Row/RowGatewayFactory.php
- module/VuFind/src/VuFind/Db/Row/UserFactory.php 83 additions, 0 deletionsmodule/VuFind/src/VuFind/Db/Row/UserFactory.php
- module/VuFind/src/VuFind/Db/Row/UserListFactory.php 67 additions, 0 deletionsmodule/VuFind/src/VuFind/Db/Row/UserListFactory.php
- module/VuFind/src/VuFindTest/Unit/DbTestCase.php 1 addition, 22 deletionsmodule/VuFind/src/VuFindTest/Unit/DbTestCase.php
Please register or sign in to comment