You are here

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

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

Get the internal path where incoming messages are received.

Return value

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

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

File

src/Entity/SmsGatewayInterface.php, line 55

Class

SmsGatewayInterface
Provides an interface defining a SMS Gateway entity.

Namespace

Drupal\sms\Entity

Code

public function getPushIncomingPath();