Deprecated
Table of Contents
| plugins/Awards/src/Controller/RecommendationsController.php |
| src/Controller/AppController.php |
| src/Event/CallForCellsHandlerBase.php |
RecommendationsController.php
| Line | Element | Reason |
|---|---|---|
| 239 | RecommendationsController::applyHiddenStateVisibility() | Delegate to RecommendationQueryService::applyHiddenStateVisibility() instead. |
AppController.php
| Line | Element | Reason |
|---|---|---|
| 324 | AppController::organizeViewCells() | Unused - view cells organized in ViewCellRegistry |
CallForCellsHandlerBase.php
| Line | Element | Reason |
|---|---|---|
| 23 | CallForCellsHandlerBase | This event-based system is being replaced by ViewCellRegistry. Please migrate to using ViewCellRegistry::register() in your plugin's bootstrap method. Migration guide:
This class will be removed in a future version. |