public function SmsGatewayInterface::supportsIncoming in SMS Framework 2.x
Same name and namespace in other branches
- 8 src/Entity/SmsGatewayInterface.php \Drupal\sms\Entity\SmsGatewayInterface::supportsIncoming()
- 2.1.x src/Entity/SmsGatewayInterface.php \Drupal\sms\Entity\SmsGatewayInterface::supportsIncoming()
Whether the gateway supports receiving messages.
Return value
bool Whether the gateway supports receiving messages.
1 method overrides SmsGatewayInterface::supportsIncoming()
- SmsGateway::supportsIncoming in src/
Entity/ SmsGateway.php - Whether the gateway supports receiving messages.
File
- src/
Entity/ SmsGatewayInterface.php, line 135
Class
- SmsGatewayInterface
- Provides an interface defining a SMS Gateway entity.
Namespace
Drupal\sms\EntityCode
public function supportsIncoming();