public function GetExtendedList::setName in SendinBlue 8
Same name and namespace in other branches
- 8.2 src/Tools/Model/GetExtendedList.php \Drupal\sendinblue\Tools\Model\GetExtendedList::setName()
Parameters
string $name:
1 call to GetExtendedList::setName()
- GetExtendedList::__construct in src/
Tools/ Model/ GetExtendedList.php - GetExtendedList constructor.
File
- src/
Tools/ Model/ GetExtendedList.php, line 85
Class
- GetExtendedList
- Class GetExtendedList.
Namespace
Drupal\sendinblue\Tools\ModelCode
public function setName(string $name) {
$this->name = $name;
}