public function OpignoCertificate::setLabel in Opigno certificate 3.x
Same name and namespace in other branches
- 8 src/Entity/OpignoCertificate.php \Drupal\opigno_certificate\Entity\OpignoCertificate::setLabel()
File
- src/
Entity/ OpignoCertificate.php, line 114
Class
- OpignoCertificate
- Defines the opigno_certificate entity class.
Namespace
Drupal\opigno_certificate\EntityCode
public function setLabel($label) {
$this
->set('label', $label);
return $this;
}