true, 'is_safe' => ['html'], ]), new TwigFunction('chill_count_notifications', [NotificationTwigExtensionRuntime::class, 'countNotificationsFor'], [ 'is_safe' => [], ]), new TwigFunction('chill_counter_notifications', [NotificationTwigExtensionRuntime::class, 'counterNotificationFor'], [ 'needs_environment' => true, 'is_safe' => ['html'], ]), ]; } }