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