You are here

public function SmsGatewayInterface::getMaxRecipientsOutgoing in SMS Framework 2.1.x

Same name and namespace in other branches
  1. 8 src/Entity/SmsGatewayInterface.php \Drupal\sms\Entity\SmsGatewayInterface::getMaxRecipientsOutgoing()
  2. 2.x src/Entity/SmsGatewayInterface.php \Drupal\sms\Entity\SmsGatewayInterface::getMaxRecipientsOutgoing()

Get maximum number of recipients per outgoing message.

Return value

int Maximum number of recipients, or -1 for no limit.

1 method overrides SmsGatewayInterface::getMaxRecipientsOutgoing()
SmsGateway::getMaxRecipientsOutgoing in src/Entity/SmsGateway.php
Get maximum number of recipients per outgoing message.

File

src/Entity/SmsGatewayInterface.php, line 127

Class

SmsGatewayInterface
Provides an interface defining a SMS Gateway entity.

Namespace

Drupal\sms\Entity

Code

public function getMaxRecipientsOutgoing();