You are here

protected property SmsDeliveryReportsProcessor::$reportStorage in SMS Framework 2.x

Same name and namespace in other branches
  1. 8 src/EventSubscriber/SmsDeliveryReportsProcessor.php \Drupal\sms\EventSubscriber\SmsDeliveryReportsProcessor::reportStorage
  2. 2.1.x src/EventSubscriber/SmsDeliveryReportsProcessor.php \Drupal\sms\EventSubscriber\SmsDeliveryReportsProcessor::reportStorage

The entity storage for SMS delivery reports.

Type: \Drupal\Core\Entity\EntityStorageInterface

File

src/EventSubscriber/SmsDeliveryReportsProcessor.php, line 22

Class

SmsDeliveryReportsProcessor
Handles delivery reports as they come in and updates storage.

Namespace

Drupal\sms\EventSubscriber

Code

protected $reportStorage;