You are here

public function SmsGatewayInterface::supportsCreditBalanceQuery in SMS Framework 2.x

Same name and namespace in other branches
  1. 8 src/Entity/SmsGatewayInterface.php \Drupal\sms\Entity\SmsGatewayInterface::supportsCreditBalanceQuery()
  2. 2.1.x src/Entity/SmsGatewayInterface.php \Drupal\sms\Entity\SmsGatewayInterface::supportsCreditBalanceQuery()

Get whether this gateway supports credit balance queries.

Return value

bool Whether this gateway supports credit balance queries.

See also

\Drupal\sms\Annotation\SmsGateway::credit_balance_available

1 method overrides SmsGatewayInterface::supportsCreditBalanceQuery()
SmsGateway::supportsCreditBalanceQuery in src/Entity/SmsGateway.php
Get whether this gateway supports credit balance queries.

File

src/Entity/SmsGatewayInterface.php, line 181

Class

SmsGatewayInterface
Provides an interface defining a SMS Gateway entity.

Namespace

Drupal\sms\Entity

Code

public function supportsCreditBalanceQuery();