Feature: Dispatch PSR-14 event ModifySelectedProfilesEvent in ProfilesController::selectedProfilesAction()
Description
Profile dispatches now the new PSR-14
Modify instead of erroneous copied listAction event
Modify, which is no longer dispatched. That should not
be that of an issue for most implementations.
The event provides following methods:
getreturn current result set.Profiles (): Query Result Interface setto allow setting a custom resultset.Profiles (Query Result Interface $profiles): void getreturn the current view to allow assigning custom values to the view.View (): Fluid View Interface |Core View Interface getto provide more context informationPlugin Controller Action Context (): Plugin Controller Action Context Interface