You are here

public function DataPolicyInterface::getRevisionUser in Data Policy 8

Gets the Data policy revision author.

Return value

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

Overrides RevisionLogInterface::getRevisionUser

File

src/Entity/DataPolicyInterface.php, line 102

Class

DataPolicyInterface
Provides an interface for defining Data policy entities.

Namespace

Drupal\data_policy\Entity

Code

public function getRevisionUser();