public function ProfileInterface::getRevisionAuthor in Profile 2 8
Returns 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 - Returns the profile revision author.
File
- src/
ProfileInterface.php, line 77 - Contains \Drupal\profile\ProfileInterface.
Class
- ProfileInterface
- Provides an interface defining a profile entity.
Namespace
Drupal\profileCode
public function getRevisionAuthor();