You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
oz_notification:
#DATABASE DRIVERdb_driver: orm#FQCN OF THE CLASSESclass:
user: Acme\UserBundle\Entity\Usernotification_key: Acme\NotificationBundle\Entity\NotificationKeynotification_event: Acme\NotificationBundle\Entity\NotificationEventnotification: Acme\NotificationBundle\Entity\Notificationuser_preferences: Acme\NotificationBundle\Entity\UserPreferencesfilter: Acme\NotificationBundle\Entity\Filtermethod: Acme\NotificationBundle\Entity\Method#ENTITY MANAGERSnotification_manager: oz_notification.notification.manager.defaultnotification_event_manager: oz_notification.notification_event.manager.defaultnotification_key_manager: oz_notification.notification_key.manager.defaultfilter_manager: oz_notification.filter.manager.defaultmethod_manager: oz_notification.method.manager.default#PROVIDERSuser_provider: oz_notification.user.provider.defaultuser_preferences_provider: oz_notification.user_preferences.provider.defaultnotification_provider: oz_notification.notification.provider.default#USER PREFERENCES FORMuser_preferences_form:
factory: oz_notification.user_preferences.form.factory.defaulttype: oz_notification.user_preferences.form.type.defaultname: user_preferenceshandler: oz_notification.user_preferences.form.handler.default#NOTIFICATION TYPES#For each notification type that you create, #don't forget to add a getType function in entity that returns the alias;#don't forget to create a row in methods with the alias;notification_types:
email:
entity: Acme\NotificationBundle\Entity\EmailNotificationrenderer: oz_notification.renderer.email #service_namenotification_factory: oz_notification.notification.factory.email #service_namesender_agent: oz_notification.sender.agent.emailsms:
entity: Acme\NotificationBundle\Entity\SMSNotificationrenderer: oz_notification.renderer.smsnotification_factory: oz_notification.notification.factory.smssender_agent: oz_notification.sender.agent.smsinternal:
entity: Acme\NotificationBundle\Entity\InternalNotificationnotification_factory: oz_notification.notification.factory.internalrenderer: oz_notification.renderer.internalsender_agent: oz_notification.sender.agent.internal