You are here

public function PhoneNumberSettingsInterface::setPhoneNumberBundle in SMS Framework 8

Same name and namespace in other branches
  1. 2.x src/Entity/PhoneNumberSettingsInterface.php \Drupal\sms\Entity\PhoneNumberSettingsInterface::setPhoneNumberBundle()
  2. 2.1.x src/Entity/PhoneNumberSettingsInterface.php \Drupal\sms\Entity\PhoneNumberSettingsInterface::setPhoneNumberBundle()

Sets the phone number settings bundle.

Parameters

string $bundle: Bundle of phone number settings.

Return value

$this Return phone number settings for chaining.

1 method overrides PhoneNumberSettingsInterface::setPhoneNumberBundle()
PhoneNumberSettings::setPhoneNumberBundle in src/Entity/PhoneNumberSettings.php
Sets the phone number settings bundle.

File

src/Entity/PhoneNumberSettingsInterface.php, line 48

Class

PhoneNumberSettingsInterface
Interface for SMS Gateway configuration entity.

Namespace

Drupal\sms\Entity

Code

public function setPhoneNumberBundle($bundle);