public function LibraryItem::getOwnerId

1 call to LibraryItem::getOwnerId()
LibraryItem::preSave in paragraphs/modules/paragraphs_library/src/Entity/LibraryItem.php

File

paragraphs/modules/paragraphs_library/src/Entity/LibraryItem.php, line 199

Class

LibraryItem
Defines the LibraryItem entity.

Namespace

Drupal\paragraphs_library\Entity

Code

public function getOwnerId() {
  return $this
    ->get('uid')->target_id;
}