public function EasyEmailInterface::getRevisionUser in Easy Email 8
Same name and namespace in other branches
- 2.0.x src/Entity/EasyEmailInterface.php \Drupal\easy_email\Entity\EasyEmailInterface::getRevisionUser()
Gets the Email revision author.
Return value
\Drupal\user\UserInterface The user entity for the revision author.
Overrides RevisionLogInterface::getRevisionUser
File
- src/
Entity/ EasyEmailInterface.php, line 634
Class
- EasyEmailInterface
- Provides an interface for defining Email entities.
Namespace
Drupal\easy_email\EntityCode
public function getRevisionUser();