public function ProfileInterface::setRevisionAuthorId in Profile 2 8
Sets the profile revision author.
Parameters
int $uid: The user ID of the revision author.
Return value
\Drupal\profile\ProfileInterface The called profile entity.
1 method overrides ProfileInterface::setRevisionAuthorId()
- Profile::setRevisionAuthorId in src/
Entity/ Profile.php - Sets the profile revision author.
File
- src/
ProfileInterface.php, line 88 - Contains \Drupal\profile\ProfileInterface.
Class
- ProfileInterface
- Provides an interface defining a profile entity.
Namespace
Drupal\profileCode
public function setRevisionAuthorId($uid);