You are here

public function SmsMessageInterface::setQueued in SMS Framework 2.x

Same name and namespace in other branches
  1. 8 src/Entity/SmsMessageInterface.php \Drupal\sms\Entity\SmsMessageInterface::setQueued()
  2. 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\Entity

Code

public function setQueued($is_queued);