function BlockContent::setRevisionUserId
File
-
core/
modules/ block_content/ src/ Entity/ BlockContent.php, line 274
Class
- BlockContent
- Defines the custom block entity class.
Namespace
Drupal\block_content\EntityCode
public function setRevisionUserId($user_id) {
$this->set('revision_user', $user_id);
return $this;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.