public function SmsMessageInterface::getRecipientEntity in SMS Framework 2.x
Same name and namespace in other branches
- 8 src/Entity/SmsMessageInterface.php \Drupal\sms\Entity\SmsMessageInterface::getRecipientEntity()
- 2.1.x src/Entity/SmsMessageInterface.php \Drupal\sms\Entity\SmsMessageInterface::getRecipientEntity()
Gets the entity who will receive the SMS message.
Return value
\Drupal\Core\Entity\EntityInterface|null The entity who will receive the SMS message, or NULL if it is missing.
1 method overrides SmsMessageInterface::getRecipientEntity()
- SmsMessage::getRecipientEntity in src/
Entity/ SmsMessage.php - Gets the entity who will receive the SMS message.
File
- src/
Entity/ SmsMessageInterface.php, line 41
Class
- SmsMessageInterface
- Interface for SMS message entity.
Namespace
Drupal\sms\EntityCode
public function getRecipientEntity();