You are here

public function PhoneNumberSettingsInterface::setPhoneNumberEntityTypeId in SMS Framework 8

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

Class

PhoneNumberSettingsInterface
Interface for SMS Gateway configuration entity.

Namespace

Drupal\sms\Entity

Code

public function setPhoneNumberEntityTypeId($entity_type_id);