constant SIMPLENEWS_STATUS_SEND_PENDING in Simplenews 6
Same name and namespace in other branches
- 8.2 simplenews.module \SIMPLENEWS_STATUS_SEND_PENDING
- 8 simplenews.module \SIMPLENEWS_STATUS_SEND_PENDING
- 6.2 simplenews.module \SIMPLENEWS_STATUS_SEND_PENDING
- 7.2 simplenews.module \SIMPLENEWS_STATUS_SEND_PENDING
- 7 simplenews.module \SIMPLENEWS_STATUS_SEND_PENDING
- 3.x simplenews.module \SIMPLENEWS_STATUS_SEND_PENDING
4 uses of SIMPLENEWS_STATUS_SEND_PENDING
- simplenews_handler_field_newsletter_s_status::render in ./
simplenews_handler_field_newsletter_s_status.inc - simplenews_nodeapi in ./
simplenews.module - Implementation of hook_nodeapi().
- simplenews_send_newsletter_action in simplenews_action/
simplenews_action.module - A configurable Drupal action. Send a simplenews newsletter. hook = cron: Send a newsletter to all subscribers. hook = user: Send a newsletter to the user who triggered the action.
- simplenews_send_status_update in ./
simplenews.module - Update newsletter sent status.
File
- ./
simplenews.module, line 39 - Simplnews node handling, sent email, newsletter block and general hooks
Code
define('SIMPLENEWS_STATUS_SEND_PENDING', 1);