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