public function SmsQueueProcessorInterface::processUnqueued in SMS Framework 2.x
Same name and namespace in other branches
- 8 src/Provider/SmsQueueProcessorInterface.php \Drupal\sms\Provider\SmsQueueProcessorInterface::processUnqueued()
- 2.1.x src/Provider/SmsQueueProcessorInterface.php \Drupal\sms\Provider\SmsQueueProcessorInterface::processUnqueued()
Check for messages not in the Drupal queue and add them.
@todo rename?
1 method overrides SmsQueueProcessorInterface::processUnqueued()
- SmsQueueProcessor::processUnqueued in src/
Provider/ SmsQueueProcessor.php - Check for messages not in the Drupal queue and add them.
File
- src/
Provider/ SmsQueueProcessorInterface.php, line 17
Class
- SmsQueueProcessorInterface
- Interface for SMS Queue Processor.
Namespace
Drupal\sms\ProviderCode
public function processUnqueued();