You are here

protected property SmsGateway::$retention_duration_outgoing in SMS Framework 8

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

How many seconds to hold messages after they are sent.

Type: int

File

src/Entity/SmsGateway.php, line 123

Class

SmsGateway
Defines storage for an SMS Gateway instance.

Namespace

Drupal\sms\Entity

Code

protected $retention_duration_outgoing;