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 499
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:contao-bundle
Requires
- php: ^5.3 || ^7.0
- 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: 2021-02-10 12:09:41 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
.