public function SendinBlueSignup::label in SendinBlue 7
Same name and namespace in other branches
- 7.2 includes/sendinblue_signup.entity.inc \SendinBlueSignup::label()
Return a label for a signup form.
Overrides Entity::label
File
- includes/
sendinblue_signup.entity.inc, line 28 - SendinBlue Signup entity class file.
Class
- SendinBlueSignup
- Wrapper of sendinblue entity.
Code
public function label() {
return $this->title;
}