public function SmsGatewayInterface::isScheduleAware in SMS Framework 2.x
Same name and namespace in other branches
- 8 src/Entity/SmsGatewayInterface.php \Drupal\sms\Entity\SmsGatewayInterface::isScheduleAware()
- 2.1.x src/Entity/SmsGatewayInterface.php \Drupal\sms\Entity\SmsGatewayInterface::isScheduleAware()
Get whether this gateway is schedule aware.
Return value
bool Whether this gateway is schedule aware.
1 method overrides SmsGatewayInterface::isScheduleAware()
- SmsGateway::isScheduleAware in src/
Entity/ SmsGateway.php - Get whether this gateway is schedule aware.
File
- src/
Entity/ SmsGatewayInterface.php, line 151
Class
- SmsGatewayInterface
- Provides an interface defining a SMS Gateway entity.
Namespace
Drupal\sms\EntityCode
public function isScheduleAware();