public function Paragraph::setRevisionAuthorId in Paragraphs 8
Deprecated
Paragraphs no longer have their own author, check the parent entity instead.
File
- src/
Entity/ Paragraph.php, line 340
Class
- Paragraph
- Defines the Paragraph entity.
Namespace
Drupal\paragraphs\EntityCode
public function setRevisionAuthorId($uid) {
return $this;
}