protected property SmsMessageResult::$reports in SMS Framework 2.1.x
Same name in this branch
- 2.1.x src/Message/SmsMessageResult.php \Drupal\sms\Message\SmsMessageResult::reports
- 2.1.x src/Entity/SmsMessageResult.php \Drupal\sms\Entity\SmsMessageResult::reports
Same name and namespace in other branches
- 8 src/Entity/SmsMessageResult.php \Drupal\sms\Entity\SmsMessageResult::reports
- 2.x src/Entity/SmsMessageResult.php \Drupal\sms\Entity\SmsMessageResult::reports
The static cache for delivery reports associated with this SMS result.
Type: \Drupal\sms\Entity\SmsDeliveryReportInterface[]
File
- src/
Entity/ SmsMessageResult.php, line 45
Class
- SmsMessageResult
- Defines the SMS message result entity.
Namespace
Drupal\sms\EntityCode
protected $reports = [];