protected property RecipientGatewayEvent::$gateways in SMS Framework 2.x
Same name and namespace in other branches
- 8 src/Event/RecipientGatewayEvent.php \Drupal\sms\Event\RecipientGatewayEvent::gateways
- 2.1.x src/Event/RecipientGatewayEvent.php \Drupal\sms\Event\RecipientGatewayEvent::gateways
An array of gateway doubles.
The array of gateway/priority doubles where:
- Key 0: SmsGatewayInterface $gateway
- Key 1: int $priority
Type: array
File
- src/
Event/ RecipientGatewayEvent.php, line 30
Class
- RecipientGatewayEvent
- Event fired to determine valid gateways for a recipient.
Namespace
Drupal\sms\EventCode
protected $gateways = [];