You are here

public function SmsGatewayInterface::getPushReportPath in SMS Framework 2.x

Same name and namespace in other branches
  1. 8 src/Entity/SmsGatewayInterface.php \Drupal\sms\Entity\SmsGatewayInterface::getPushReportPath()
  2. 2.1.x src/Entity/SmsGatewayInterface.php \Drupal\sms\Entity\SmsGatewayInterface::getPushReportPath()

Get the internal path where pushed delivery reports can be received.

Return value

string|null The internal path where pushed delivery reports can be received.

1 method overrides SmsGatewayInterface::getPushReportPath()
SmsGateway::getPushReportPath in src/Entity/SmsGateway.php
Get the internal path where pushed delivery reports can be received.

File

src/Entity/SmsGatewayInterface.php, line 82

Class

SmsGatewayInterface
Provides an interface defining a SMS Gateway entity.

Namespace

Drupal\sms\Entity

Code

public function getPushReportPath();