Modernize DB Table services
- Update service names to fully qualified class names - Eliminate static factory methods - Move configuration to plugin manager
Showing
- module/VuFind/config/module.config.php 1 addition, 19 deletionsmodule/VuFind/config/module.config.php
- module/VuFind/src/VuFind/Db/Table/CaseSensitiveTagsFactory.php 68 additions, 0 deletions...e/VuFind/src/VuFind/Db/Table/CaseSensitiveTagsFactory.php
- module/VuFind/src/VuFind/Db/Table/Factory.php 0 additions, 190 deletionsmodule/VuFind/src/VuFind/Db/Table/Factory.php
- module/VuFind/src/VuFind/Db/Table/GatewayFactory.php 85 additions, 0 deletionsmodule/VuFind/src/VuFind/Db/Table/GatewayFactory.php
- module/VuFind/src/VuFind/Db/Table/PluginManager.php 60 additions, 0 deletionsmodule/VuFind/src/VuFind/Db/Table/PluginManager.php
- module/VuFind/src/VuFind/Db/Table/ResourceFactory.php 67 additions, 0 deletionsmodule/VuFind/src/VuFind/Db/Table/ResourceFactory.php
- module/VuFind/src/VuFind/Db/Table/UserFactory.php 70 additions, 0 deletionsmodule/VuFind/src/VuFind/Db/Table/UserFactory.php
- module/VuFind/src/VuFind/Db/Table/UserListFactory.php 67 additions, 0 deletionsmodule/VuFind/src/VuFind/Db/Table/UserListFactory.php
Please register or sign in to comment