You are here

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

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

Maximum number of recipients per outgoing message.

Use -1 for no limit.

Type: int

File

src/Annotation/SmsGateway.php, line 39

Class

SmsGateway
Defines SmsGateway Annotation object.

Namespace

Drupal\sms\Annotation

Code

protected $outgoing_message_max_recipients;