public function SmsGatewayInterface::getPushReportPath in SMS Framework 8
Same name and namespace in other branches
- 2.x src/Entity/SmsGatewayInterface.php \Drupal\sms\Entity\SmsGatewayInterface::getPushReportPath()
- 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 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 80 
Class
- SmsGatewayInterface
- Provides an interface defining a SMS Gateway entity.
Namespace
Drupal\sms\EntityCode
public function getPushReportPath();