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