public function PhoneNumberSettingsInterface::getPhoneNumberBundle in SMS Framework 2.1.x
Same name and namespace in other branches
- 8 src/Entity/PhoneNumberSettingsInterface.php \Drupal\sms\Entity\PhoneNumberSettingsInterface::getPhoneNumberBundle()
- 2.x src/Entity/PhoneNumberSettingsInterface.php \Drupal\sms\Entity\PhoneNumberSettingsInterface::getPhoneNumberBundle()
Gets the phone number settings bundle.
Return value
string Bundle of phone number settings.
1 method overrides PhoneNumberSettingsInterface::getPhoneNumberBundle()
- PhoneNumberSettings::getPhoneNumberBundle in src/
Entity/ PhoneNumberSettings.php - Gets the phone number settings bundle.
File
- src/
Entity/ PhoneNumberSettingsInterface.php, line 39
Class
- PhoneNumberSettingsInterface
- Interface for SMS Gateway configuration entity.
Namespace
Drupal\sms\EntityCode
public function getPhoneNumberBundle();