You are here

public function SmsGateway::getPushIncomingPath in SMS Framework 2.1.x

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

Get the internal path where incoming messages are received.

Return value

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

Overrides SmsGatewayInterface::getPushIncomingPath

File

src/Entity/SmsGateway.php, line 222

Class

SmsGateway
Defines storage for an SMS Gateway instance.

Namespace

Drupal\sms\Entity

Code

public function getPushIncomingPath() {
  return $this->incoming_push_path;
}