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:
- Create a ViewCellProvider class for your plugin
- Register it in your plugin's bootstrap() method using ViewCellRegistry::register()
- 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
$pluginName
protected
string
$pluginName
= ''
$viewsToTest
protected
array<string|int, mixed>
$viewsToTest
= []
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>