RevisionLogInterface::setRevisionUserId

public RevisionLogInterface::setRevisionUserId($user_id)

Sets the entity revision author by ID.

Parameters

int $user_id: The user ID of the revision author.

Return value

$this

File

core/lib/Drupal/Core/Entity/RevisionLogInterface.php, line 64

Class

RevisionLogInterface
Defines methods for an entity that supports revision logging and ownership.

Namespace

Drupal\Core\Entity

Code

public function setRevisionUserId($user_id);
doc_Drupal
2016-10-29 09:38:35
Comments
Leave a Comment

Please login to continue.