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