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