public function SmsMessageInterface::setQueued in SMS Framework 2.x
Same name and namespace in other branches
- 8 src/Entity/SmsMessageInterface.php \Drupal\sms\Entity\SmsMessageInterface::setQueued()
- 2.1.x src/Entity/SmsMessageInterface.php \Drupal\sms\Entity\SmsMessageInterface::setQueued()
Get whether the SMS message is in the queue to be processed.
Parameters
bool $is_queued: Whether the SMS message is in the queue to be processed.
Return value
$this Return SMS message for chaining.
1 method overrides SmsMessageInterface::setQueued()
- SmsMessage::setQueued in src/
Entity/ SmsMessage.php - Get whether the SMS message is in the queue to be processed.
File
- src/
Entity/ SmsMessageInterface.php, line 71
Class
- SmsMessageInterface
- Interface for SMS message entity.
Namespace
Drupal\sms\EntityCode
public function setQueued($is_queued);