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