File
- paragraphs/modules/paragraphs_library/src/Entity/LibraryItem.php, line 206
Class
- LibraryItem
- Defines the LibraryItem entity.
Namespace
Drupal\paragraphs_library\Entity
Code
public function setOwnerId($uid) {
$this
->set('uid', $uid);
return $this;
}