KMP PHP API Reference

CallForCellsHandlerBase
in package
implements EventListenerInterface

CallForCellsHandlerBase - Event-based view cell handler

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.

Table of Contents

Interfaces

EventListenerInterface

Properties

$pluginName  : string
$viewsToTest  : array<string|int, mixed>

Methods

callForViewCells()  : mixed
Call for view cells.
implementedEvents()  : array<string|int, mixed>
Get the list of implemented event listeners.

Properties

Methods

callForViewCells()

Call for view cells.

public callForViewCells(mixed $event) : mixed
Parameters
$event : mixed

implementedEvents()

Get the list of implemented event listeners.

public implementedEvents() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results