You are here

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

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

Whether the gateway can handle reports pushed to the site.

Type: bool

See also

\Drupal\sms\Entity\SmsGatewayInterface::supportsReportsPush()

File

src/Annotation/SmsGateway.php, line 81

Class

SmsGateway
Defines SmsGateway Annotation object.

Namespace

Drupal\sms\Annotation

Code

protected $reports_push;