public function SmsGatewayInterface::getPushReportUrl in SMS Framework 2.1.x
Same name and namespace in other branches
- 8 src/Entity/SmsGatewayInterface.php \Drupal\sms\Entity\SmsGatewayInterface::getPushReportUrl()
- 2.x src/Entity/SmsGatewayInterface.php \Drupal\sms\Entity\SmsGatewayInterface::getPushReportUrl()
Get the url where pushed delivery reports can be received.
Return value
\Drupal\Core\Url The url where pushed delivery reports can be received.
1 method overrides SmsGatewayInterface::getPushReportUrl()
- SmsGateway::getPushReportUrl in src/
Entity/ SmsGateway.php - Get the url where pushed delivery reports can be received.
File
- src/
Entity/ SmsGatewayInterface.php, line 74
Class
- SmsGatewayInterface
- Provides an interface defining a SMS Gateway entity.
Namespace
Drupal\sms\EntityCode
public function getPushReportUrl();