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