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