public function SmsMessageInterface::getUuid in SMS Framework 8
Same name and namespace in other branches
- 2.x src/Message/SmsMessageInterface.php \Drupal\sms\Message\SmsMessageInterface::getUuid()
- 2.1.x src/Message/SmsMessageInterface.php \Drupal\sms\Message\SmsMessageInterface::getUuid()
Gets the UUID of the SMS object.
Return value
string The UUID of the SMS object.
2 methods override SmsMessageInterface::getUuid()
- SmsMessage::getUuid in src/
Message/ SmsMessage.php - Gets the UUID of the SMS object.
- SmsMessage::getUuid in src/
Entity/ SmsMessage.php - Gets the UUID of the SMS object.
File
- src/
Message/ SmsMessageInterface.php, line 229
Class
- SmsMessageInterface
- Contains information about an SMS message.
Namespace
Drupal\sms\MessageCode
public function getUuid();