function BlockContent::getRevisionUserId
Same name in other branches
- 8.9.x core/modules/block_content/src/Entity/BlockContent.php \Drupal\block_content\Entity\BlockContent::getRevisionUserId()
Overrides RevisionLogEntityTrait::getRevisionUserId
File
-
core/
modules/ block_content/ src/ Entity/ BlockContent.php, line 267
Class
- BlockContent
- Defines the custom block entity class.
Namespace
Drupal\block_content\EntityCode
public function getRevisionUserId() {
return $this->get('revision_user')->entity
->id();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.