public function PhoneNumberSettingsInterface::setPhoneNumberEntityTypeId in SMS Framework 2.1.x
Same name and namespace in other branches
- 8 src/Entity/PhoneNumberSettingsInterface.php \Drupal\sms\Entity\PhoneNumberSettingsInterface::setPhoneNumberEntityTypeId()
- 2.x src/Entity/PhoneNumberSettingsInterface.php \Drupal\sms\Entity\PhoneNumberSettingsInterface::setPhoneNumberEntityTypeId()
Sets the phone number settings entity type.
Parameters
string $entity_type_id: Entity type ID of phone number settings.
Return value
$this Return phone number settings for chaining.
1 method overrides PhoneNumberSettingsInterface::setPhoneNumberEntityTypeId()
- PhoneNumberSettings::setPhoneNumberEntityTypeId in src/
Entity/ PhoneNumberSettings.php - Sets the phone number settings entity type.
File
- src/
Entity/ PhoneNumberSettingsInterface.php, line 31
Class
- PhoneNumberSettingsInterface
- Interface for SMS Gateway configuration entity.
Namespace
Drupal\sms\EntityCode
public function setPhoneNumberEntityTypeId($entity_type_id);