You are here

public function PhoneNumberSettings::getPhoneNumberEntityTypeId in SMS Framework 2.1.x

Same name and namespace in other branches
  1. 8 src/Entity/PhoneNumberSettings.php \Drupal\sms\Entity\PhoneNumberSettings::getPhoneNumberEntityTypeId()
  2. 2.x src/Entity/PhoneNumberSettings.php \Drupal\sms\Entity\PhoneNumberSettings::getPhoneNumberEntityTypeId()

Gets the phone number settings entity type.

Return value

string Entity type ID of phone number settings.

Overrides PhoneNumberSettingsInterface::getPhoneNumberEntityTypeId

1 call to PhoneNumberSettings::getPhoneNumberEntityTypeId()
PhoneNumberSettings::calculateDependencies in src/Entity/PhoneNumberSettings.php
Calculates dependencies and stores them in the dependency property.

File

src/Entity/PhoneNumberSettings.php, line 122

Class

PhoneNumberSettings
Defines storage for an SMS Gateway instance.

Namespace

Drupal\sms\Entity

Code

public function getPhoneNumberEntityTypeId() {
  return $this->entity_type;
}