You are here

public function SmsGatewayInterface::supportsReportsPull in SMS Framework 8

Same name and namespace in other branches
  1. 2.x src/Entity/SmsGatewayInterface.php \Drupal\sms\Entity\SmsGatewayInterface::supportsReportsPull()
  2. 2.1.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 159

Class

SmsGatewayInterface
Provides an interface defining a SMS Gateway entity.

Namespace

Drupal\sms\Entity

Code

public function supportsReportsPull();