ContentBlock plugin mechanism (#1170)
- Resolves VUFIND-1241.
Showing
- config/vufind/Summon.ini 9 additions, 2 deletionsconfig/vufind/Summon.ini
- config/vufind/combined.ini 5 additions, 0 deletionsconfig/vufind/combined.ini
- config/vufind/facets.ini 4 additions, 3 deletionsconfig/vufind/facets.ini
- config/vufind/searches.ini 17 additions, 0 deletionsconfig/vufind/searches.ini
- module/VuFind/config/module.config.php 3 additions, 0 deletionsmodule/VuFind/config/module.config.php
- module/VuFind/src/VuFind/ContentBlock/AbstractBase.php 70 additions, 0 deletionsmodule/VuFind/src/VuFind/ContentBlock/AbstractBase.php
- module/VuFind/src/VuFind/ContentBlock/BlockLoader.php 147 additions, 0 deletionsmodule/VuFind/src/VuFind/ContentBlock/BlockLoader.php
- module/VuFind/src/VuFind/ContentBlock/BlockLoaderFactory.php 70 additions, 0 deletionsmodule/VuFind/src/VuFind/ContentBlock/BlockLoaderFactory.php
- module/VuFind/src/VuFind/ContentBlock/Channels.php 102 additions, 0 deletionsmodule/VuFind/src/VuFind/ContentBlock/Channels.php
- module/VuFind/src/VuFind/ContentBlock/ChannelsFactory.php 69 additions, 0 deletionsmodule/VuFind/src/VuFind/ContentBlock/ChannelsFactory.php
- module/VuFind/src/VuFind/ContentBlock/ContentBlockInterface.php 56 additions, 0 deletions.../VuFind/src/VuFind/ContentBlock/ContentBlockInterface.php
- module/VuFind/src/VuFind/ContentBlock/FacetList.php 148 additions, 0 deletionsmodule/VuFind/src/VuFind/ContentBlock/FacetList.php
- module/VuFind/src/VuFind/ContentBlock/FacetListFactory.php 68 additions, 0 deletionsmodule/VuFind/src/VuFind/ContentBlock/FacetListFactory.php
- module/VuFind/src/VuFind/ContentBlock/IlsStatusMonitor.php 70 additions, 0 deletionsmodule/VuFind/src/VuFind/ContentBlock/IlsStatusMonitor.php
- module/VuFind/src/VuFind/ContentBlock/PluginManager.php 93 additions, 0 deletionsmodule/VuFind/src/VuFind/ContentBlock/PluginManager.php
- module/VuFind/src/VuFind/Controller/AbstractSearch.php 3 additions, 1 deletionmodule/VuFind/src/VuFind/Controller/AbstractSearch.php
- module/VuFind/src/VuFind/Controller/CombinedController.php 15 additions, 0 deletionsmodule/VuFind/src/VuFind/Controller/CombinedController.php
- module/VuFind/src/VuFind/Controller/SearchController.php 0 additions, 33 deletionsmodule/VuFind/src/VuFind/Controller/SearchController.php
- module/VuFind/src/VuFind/Controller/SummonController.php 0 additions, 17 deletionsmodule/VuFind/src/VuFind/Controller/SummonController.php
- module/VuFind/src/VuFind/View/Helper/Root/ContentBlock.php 56 additions, 0 deletionsmodule/VuFind/src/VuFind/View/Helper/Root/ContentBlock.php
Please register or sign in to comment