public function ProfileInterface::getRevisionAuthor in Profile 8
Gets the profile revision author.
Return value
\Drupal\user\UserInterface The user entity for the revision author.
Deprecated
in Profile 1.0-rc5. Use \Drupal\Core\Entity\RevisionLogInterface::getRevisionUser() instead.
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\EntityCode
public function getRevisionAuthor();