public function LibraryItem::setOwnerId in Library 8
Sets the entity owner's user ID.
Parameters
int $uid: The owner user id.
Return value
$this
Overrides EntityOwnerInterface::setOwnerId
File
- src/
Entity/ LibraryItem.php, line 52
Class
- LibraryItem
- Defines the Library item entity.
Namespace
Drupal\library\EntityCode
public function setOwnerId($uid) {
// Intentionally left blank.
}