public function GetSmtpDetails::getRelay in SendinBlue 8
Same name and namespace in other branches
- 8.2 src/Tools/Model/GetSmtpDetails.php \Drupal\sendinblue\Tools\Model\GetSmtpDetails::getRelay()
Return value
string
File
- src/
Tools/ Model/ GetSmtpDetails.php, line 55
Class
Namespace
Drupal\sendinblue\Tools\ModelCode
public function getRelay() : string {
return $this->relay;
}