public function RecipientGatewayEvent::getRecipient in SMS Framework 8
Same name and namespace in other branches
- 2.x src/Event/RecipientGatewayEvent.php \Drupal\sms\Event\RecipientGatewayEvent::getRecipient()
- 2.1.x src/Event/RecipientGatewayEvent.php \Drupal\sms\Event\RecipientGatewayEvent::getRecipient()
Get the phone number for this event.
Return value
string The phone number for this event.
File
- src/
Event/ RecipientGatewayEvent.php, line 46
Class
- RecipientGatewayEvent
- Event fired to determine valid gateways for a recipient.
Namespace
Drupal\sms\EventCode
public function getRecipient() {
return $this->recipient;
}