public function SmsGatewayInterface::supportsReportsPush in SMS Framework 2.x
Same name and namespace in other branches
- 8 src/Entity/SmsGatewayInterface.php \Drupal\sms\Entity\SmsGatewayInterface::supportsReportsPush()
- 2.1.x src/Entity/SmsGatewayInterface.php \Drupal\sms\Entity\SmsGatewayInterface::supportsReportsPush()
Gets whether this gateway can handle reports pushed to the site.
Return value
bool Whether this gateway can handle reports pushed to the site.
See also
\Drupal\sms\Annotation\SmsGateway::reports_push
1 method overrides SmsGatewayInterface::supportsReportsPush()
- SmsGateway::supportsReportsPush in src/
Entity/ SmsGateway.php - Gets whether this gateway can handle reports pushed to the site.
File
- src/
Entity/ SmsGatewayInterface.php, line 171
Class
- SmsGatewayInterface
- Provides an interface defining a SMS Gateway entity.
Namespace
Drupal\sms\EntityCode
public function supportsReportsPush();