You are here

public function PhoneNumberSettingsInterface::getPhoneNumberBundle in SMS Framework 2.x

Same name and namespace in other branches
  1. 8 src/Entity/PhoneNumberSettingsInterface.php \Drupal\sms\Entity\PhoneNumberSettingsInterface::getPhoneNumberBundle()
  2. 2.1.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\Entity

Code

public function getPhoneNumberBundle();