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