You are here

public function SmsQueueProcessorInterface::processUnqueued in SMS Framework 8

Same name and namespace in other branches
  1. 2.x src/Provider/SmsQueueProcessorInterface.php \Drupal\sms\Provider\SmsQueueProcessorInterface::processUnqueued()
  2. 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 15

Class

SmsQueueProcessorInterface
Interface for SMS Queue Processor.

Namespace

Drupal\sms\Provider

Code

public function processUnqueued();