public function SmsGatewayInterface::setPushReportPath in SMS Framework 2.1.x
Same name and namespace in other branches
- 8 src/Entity/SmsGatewayInterface.php \Drupal\sms\Entity\SmsGatewayInterface::setPushReportPath()
- 2.x src/Entity/SmsGatewayInterface.php \Drupal\sms\Entity\SmsGatewayInterface::setPushReportPath()
Set the internal path where pushed delivery reports can be received.
Parameters
string|null $path: The internal path where pushed delivery reports can be received.
Return value
$this Return this gateway for chaining.
1 method overrides SmsGatewayInterface::setPushReportPath()
- SmsGateway::setPushReportPath in src/
Entity/ SmsGateway.php - Set the internal path where pushed delivery reports can be received.
File
- src/
Entity/ SmsGatewayInterface.php, line 93
Class
- SmsGatewayInterface
- Provides an interface defining a SMS Gateway entity.
Namespace
Drupal\sms\EntityCode
public function setPushReportPath($path);