You are here

public function SmsMessageInterface::isQueued in SMS Framework 8

Same name and namespace in other branches
  1. 2.x src/Entity/SmsMessageInterface.php \Drupal\sms\Entity\SmsMessageInterface::isQueued()
  2. 2.1.x src/Entity/SmsMessageInterface.php \Drupal\sms\Entity\SmsMessageInterface::isQueued()

Get whether the SMS message is in the queue to be processed.

Return value

bool Whether the SMS message is in the queue to be processed.

1 method overrides SmsMessageInterface::isQueued()
SmsMessage::isQueued in src/Entity/SmsMessage.php
Get whether the SMS message is in the queue to be processed.

File

src/Entity/SmsMessageInterface.php, line 58

Class

SmsMessageInterface
Interface for SMS message entity.

Namespace

Drupal\sms\Entity

Code

public function isQueued();