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