richardhj / contao-notification_center_checksendinterface
An interface for the notification_center extension for Contao Open Source CMS that includes a function to check if a message can be send.
Installs: 1 809
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:contao-bundle
Requires
- php: >=5.3
- contao-community-alliance/composer-plugin: ~2.4 || ~3.0
- contao/core-bundle: ^3.1 || ^4.3
- terminal42/notification_center: ^1.3
This package is auto-updated.
Last update: 2024-10-19 17:55:16 UTC
README
MessageDraftCheckSendInterface for the notification_center extension
An interface for the notification_center extension for Contao Open Source CMS that includes a function to check if a message can be send.
The provided method is used by the extension richardhj/contao-notification_center_member_selectable
. A basic integration can be seen in richardhj/contao-notification_center_clockworksms
.