protected property PhoneNumberSettings::$id in SMS Framework 2.1.x
Same name and namespace in other branches
- 8 src/Entity/PhoneNumberSettings.php \Drupal\sms\Entity\PhoneNumberSettings::id
- 2.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 66
Class
- PhoneNumberSettings
- Defines storage for an SMS Gateway instance.
Namespace
Drupal\sms\EntityCode
protected $id;