You are here

protected property SmsGateway::$incoming_route in SMS Framework 2.1.x

Same name and namespace in other branches
  1. 8 src/Annotation/SmsGateway.php \Drupal\sms\Annotation\SmsGateway::incoming_route
  2. 2.x src/Annotation/SmsGateway.php \Drupal\sms\Annotation\SmsGateway::incoming_route

Whether to automatically create a route for receiving incoming messages.

Type: bool

File

src/Annotation/SmsGateway.php, line 53

Class

SmsGateway
Defines SmsGateway Annotation object.

Namespace

Drupal\sms\Annotation

Code

protected $incoming_route;