Modernize content-related services.
- Where possible, rename services to fully qualified class names. - Move configuration to plugin managers. - Eliminate static factories.
Showing
- module/VuFind/config/module.config.php 6 additions, 45 deletionsmodule/VuFind/config/module.config.php
- module/VuFind/src/VuFind/Content/AbstractAmazonFactory.php 73 additions, 0 deletionsmodule/VuFind/src/VuFind/Content/AbstractAmazonFactory.php
- module/VuFind/src/VuFind/Content/AbstractSyndeticsFactory.php 30 additions, 40 deletions...le/VuFind/src/VuFind/Content/AbstractSyndeticsFactory.php
- module/VuFind/src/VuFind/Content/AuthorNotes/PluginManager.php 22 additions, 0 deletions...e/VuFind/src/VuFind/Content/AuthorNotes/PluginManager.php
- module/VuFind/src/VuFind/Content/Excerpts/PluginManager.php 22 additions, 0 deletionsmodule/VuFind/src/VuFind/Content/Excerpts/PluginManager.php
- module/VuFind/src/VuFind/Content/PluginManager.php 13 additions, 0 deletionsmodule/VuFind/src/VuFind/Content/PluginManager.php
- module/VuFind/src/VuFind/Content/Reviews/BooksiteFactory.php 71 additions, 0 deletionsmodule/VuFind/src/VuFind/Content/Reviews/BooksiteFactory.php
- module/VuFind/src/VuFind/Content/Reviews/PluginManager.php 33 additions, 0 deletionsmodule/VuFind/src/VuFind/Content/Reviews/PluginManager.php
- module/VuFind/src/VuFind/Content/Summaries/Factory.php 0 additions, 86 deletionsmodule/VuFind/src/VuFind/Content/Summaries/Factory.php
- module/VuFind/src/VuFind/Content/Summaries/PluginManager.php 22 additions, 0 deletionsmodule/VuFind/src/VuFind/Content/Summaries/PluginManager.php
- module/VuFind/src/VuFind/Content/TOC/Factory.php 0 additions, 86 deletionsmodule/VuFind/src/VuFind/Content/TOC/Factory.php
- module/VuFind/src/VuFind/Content/TOC/PluginManager.php 21 additions, 0 deletionsmodule/VuFind/src/VuFind/Content/TOC/PluginManager.php
Please register or sign in to comment