You are here

public function ProfileInterface::getRevisionAuthor in Profile 8

Gets the profile revision author.

Return value

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

1 method overrides ProfileInterface::getRevisionAuthor()
Profile::getRevisionAuthor in src/Entity/Profile.php
Gets the profile revision author.

File

src/Entity/ProfileInterface.php, line 124

Class

ProfileInterface
Provides an interface for profiles.

Namespace

Drupal\profile\Entity

Code

public function getRevisionAuthor();