You are here

public function SmsGatewayInterface::setPushReportPath in SMS Framework 8

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

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

Parameters

string $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 91

Class

SmsGatewayInterface
Provides an interface defining a SMS Gateway entity.

Namespace

Drupal\sms\Entity

Code

public function setPushReportPath($path);