You are here

protected property SmsGateway::$incoming_push_path in SMS Framework 8

Same name and namespace in other branches
  1. 2.x src/Entity/SmsGateway.php \Drupal\sms\Entity\SmsGateway::incoming_push_path
  2. 2.1.x src/Entity/SmsGateway.php \Drupal\sms\Entity\SmsGateway::incoming_push_path

The internal path where incoming messages are received.

Type: string

File

src/Entity/SmsGateway.php, line 102

Class

SmsGateway
Defines storage for an SMS Gateway instance.

Namespace

Drupal\sms\Entity

Code

protected $incoming_push_path;