Feature: Add demand DTO to ModifyListProfilesEvent
Description
PSR-14 Event \FGTCLB\ got
following new methods:
getProfile Demand (): Profile Demand setProfile Demand (Profile Demand $profile Demand): void
This gives event listeners the ability to redo a query with the same or further enriched demand object to replace the retrieved profiles result already existing in the event and/or enrich data in the view.
Note
Extension supporting earlier versions of the extension need to check for the existence of the getter and setter method before calling them.