public function ExistingRightsResult::getOtherUserMessage in Commerce License 8.2
Gets the message intended for a user other than the one that was checked.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup The translated message.
File
- src/
ExistingRights/ ExistingRightsResult.php, line 139
Class
- ExistingRightsResult
- Represents the result of a check for a user's existing rights.
Namespace
Drupal\commerce_license\ExistingRightsCode
public function getOtherUserMessage() {
return $this->messageOther;
}