KMP PHP API Reference

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:

  1. Create a ViewCellProvider class for your plugin
  2. Register it in your plugin's bootstrap() method using ViewCellRegistry::register()
  3. Remove the CallForCellsHandler from your plugin

This class will be removed in a future version.

Search results