63 _elgg_services()->events->unregisterHandler($event, $type, $callback);
elgg_register_event_handler(string $event, string $type, callable|string $callback, int $priority=500)
Helper functions for event handling.
elgg_unregister_event_handler(string $event, string $type, callable|string $callback)
Unregisters a callback for an event.
$params
Saves global plugin settings.
c Accompany it with the information you received as to the offer to distribute corresponding source complete source code means all the source code for all modules it plus any associated interface definition plus the scripts used to control compilation and installation of the executable as a special the source code distributed need not include anything that is normally and so on of the operating system on which the executable unless that component itself accompanies the executable If distribution of executable or object code is made by offering access to copy from a designated then offering equivalent access to copy the source code from the same place counts as distribution of the source even though third parties are not compelled to copy the source along with the object code You may not or distribute the Program except as expressly provided under this License Any attempt otherwise to sublicense or distribute the Program is void
elgg_trigger_deprecated_event_results(string $event, string $type, array $params=[], $returnvalue=null, string $message= '', string $version= '')
Triggers a deprecated event where it is expected that the mixed return value could be manipulated by ...
elgg_trigger_event_results(string $event, string $type, array $params=[], $returnvalue=null)
Triggers an event where it is expected that the mixed return value could be manipulated by event call...
elgg_trigger_after_event(string $event, string $type, $object=null)
Trigger an "After event" indicating a process has finished.
elgg_trigger_deprecated_event(string $event, string $type, $object=null, string $message= '', string $version= '')
Trigger an event normally, but send a notice about deprecated use if any handlers are registered...
elgg_trigger_before_event(string $event, string $type, $object=null)
Trigger a "Before event" indicating a process is about to begin.
elgg_clear_event_handlers(string $event, string $type)
Clears all callback registrations for a event.
if($email instanceof\Elgg\Email) $object
_elgg_services()
Get the global service provider.
elgg_trigger_event(string $event, string $type, $object=null)
Trigger an Elgg Event and attempt to run all handler callbacks registered to that event...