You are here

public function SmsGatewayInterface::getPushReportUrl in SMS Framework 8

Same name and namespace in other branches
  1. 2.x src/Entity/SmsGatewayInterface.php \Drupal\sms\Entity\SmsGatewayInterface::getPushReportUrl()
  2. 2.1.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 72

Class

SmsGatewayInterface
Provides an interface defining a SMS Gateway entity.

Namespace

Drupal\sms\Entity

Code

public function getPushReportUrl();