- Posts: 350
- Thank you received: 41
Ask the community, share ideas, and connect with other LimeSurvey users!
$event = new \LimeSurvey\PluginManager\PluginEvent('getGlobalBasePermissions'); $result = App()->getPluginManager()->dispatchEvent($event);
$oEvent = new \LimeSurvey\PluginManager\PluginEvent('beforePermissionSetSave');
DenisChenu wrote: Else : please give code link …
I confirmJmantysalo wrote:
Code:$oEvent = new \LimeSurvey\PluginManager\PluginEvent('beforePermissionSetSave');
has no corresponding dispatchEvent.