You are here

protected property SmsGateway::$id in SMS Framework 2.x

Same name in this branch
  1. 2.x src/Annotation/SmsGateway.php \Drupal\sms\Annotation\SmsGateway::id
  2. 2.x src/Entity/SmsGateway.php \Drupal\sms\Entity\SmsGateway::id
Same name and namespace in other branches
  1. 8 src/Annotation/SmsGateway.php \Drupal\sms\Annotation\SmsGateway::id
  2. 2.1.x src/Annotation/SmsGateway.php \Drupal\sms\Annotation\SmsGateway::id

The machine name of the sms gateway.

Type: string

File

src/Annotation/SmsGateway.php, line 23

Class

SmsGateway
Defines SmsGateway Annotation object.

Namespace

Drupal\sms\Annotation

Code

protected $id;