protected property SmsGateway::$schedule_aware in SMS Framework 8
Same name and namespace in other branches
- 2.x src/Annotation/SmsGateway.php \Drupal\sms\Annotation\SmsGateway::schedule_aware
- 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 63
Class
- SmsGateway
- Defines SmsGateway Annotation object.
Namespace
Drupal\sms\AnnotationCode
protected $schedule_aware;