21 $stop_time = $event->getParam(
'time') + (int)
elgg_get_config(
'notifications_max_runtime');
Process the notification queue.
elgg_get_config(string $name, $default=null)
Get an Elgg configuration value.
__invoke(\Elgg\Event $event)
Process notification queue.
_elgg_services()
Get the global service provider.
Models an event passed to event handlers.