public function RecipientGatewayEvent::getGateways in SMS Framework 8
Same name and namespace in other branches
- 2.x src/Event/RecipientGatewayEvent.php \Drupal\sms\Event\RecipientGatewayEvent::getGateways()
 - 2.1.x src/Event/RecipientGatewayEvent.php \Drupal\sms\Event\RecipientGatewayEvent::getGateways()
 
Get the gateways for this event.
Return value
array An array of doubles gateway/priority doubles.
File
- src/
Event/ RecipientGatewayEvent.php, line 70  
Class
- RecipientGatewayEvent
 - Event fired to determine valid gateways for a recipient.
 
Namespace
Drupal\sms\EventCode
public function getGateways() {
  return $this->gateways;
}