You are here

public function SmsGatewayInterface::setPushIncomingPath in SMS Framework 2.1.x

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

Set the internal path where incoming messages are received.

Parameters

string|null $path: The internal path where incoming messages are received.

Return value

$this Return this gateway for chaining.

1 method overrides SmsGatewayInterface::setPushIncomingPath()
SmsGateway::setPushIncomingPath in src/Entity/SmsGateway.php
Set the internal path where incoming messages are received.

File

src/Entity/SmsGatewayInterface.php, line 66

Class

SmsGatewayInterface
Provides an interface defining a SMS Gateway entity.

Namespace

Drupal\sms\Entity

Code

public function setPushIncomingPath($path);