public function MobileNumberUtilInterface::isSmsEnabled in Mobile Number 8
Same name and namespace in other branches
- 2.0.x src/MobileNumberUtilInterface.php \Drupal\mobile_number\MobileNumberUtilInterface::isSmsEnabled()
Checks if sms sending is enabled.
Return value
bool True or false.
1 method overrides MobileNumberUtilInterface::isSmsEnabled()
- MobileNumberUtil::isSmsEnabled in src/
MobileNumberUtil.php - Checks if sms sending is enabled.
File
- src/
MobileNumberUtilInterface.php, line 285
Class
- MobileNumberUtilInterface
- Provides an interface for mobile number utility.
Namespace
Drupal\mobile_numberCode
public function isSmsEnabled();