You are here

public function ProjectInterface::getRevisionUser in Drupal PM (Project Management) 4.x

Gets the Project revision author.

Return value

\Drupal\user\UserInterface The user entity for the revision author.

Overrides RevisionLogInterface::getRevisionUser

File

modules/pm_project/src/Entity/ProjectInterface.php, line 85

Class

ProjectInterface
Provides an interface for defining Project entities.

Namespace

Drupal\pm_project\Entity

Code

public function getRevisionUser();