You are here

protected property SmsGateway::$schedule_aware in SMS Framework 2.x

Same name and namespace in other branches
  1. 8 src/Annotation/SmsGateway.php \Drupal\sms\Annotation\SmsGateway::schedule_aware
  2. 2.1.x src/Annotation/SmsGateway.php \Drupal\sms\Annotation\SmsGateway::schedule_aware

Whether the gateway is capable of delaying messages until a date.

Schedule aware gateways must extract sending time from all message getSendTime() method. Keep in mind this method is only available if the message is a SMS message entity. See the schedule aware gateway implementation in the test modules for an example.

Type: bool

File

src/Annotation/SmsGateway.php, line 65

Class

SmsGateway
Defines SmsGateway Annotation object.

Namespace

Drupal\sms\Annotation

Code

protected $schedule_aware;