You are here

public function OpignoCertificate::getRevisionAuthor in Opigno certificate 8

Same name and namespace in other branches
  1. 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\Entity

Code

public function getRevisionAuthor() {
  return $this
    ->getRevisionUser();
}