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