You are here

protected property PhoneNumberSettings::$id in SMS Framework 8

Same name and namespace in other branches
  1. 2.x src/Entity/PhoneNumberSettings.php \Drupal\sms\Entity\PhoneNumberSettings::id
  2. 2.1.x src/Entity/PhoneNumberSettings.php \Drupal\sms\Entity\PhoneNumberSettings::id

Phone number settings entity ID.

ID is a concatenation of entity type ID and bundle "{entity_type_id}.{bundle}" suitable as config ID "sms.phone.*.*".

Type: string

File

src/Entity/PhoneNumberSettings.php, line 54

Class

PhoneNumberSettings
Defines storage for an SMS Gateway instance.

Namespace

Drupal\sms\Entity

Code

protected $id;