public function SmsGatewayInterface::getMaxRecipientsOutgoing in SMS Framework 2.x
Same name and namespace in other branches
- 8 src/Entity/SmsGatewayInterface.php \Drupal\sms\Entity\SmsGatewayInterface::getMaxRecipientsOutgoing()
- 2.1.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\EntityCode
public function getMaxRecipientsOutgoing();