public function LibraryItem::getOwner

File

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

Class

LibraryItem
Defines the LibraryItem entity.

Namespace

Drupal\paragraphs_library\Entity

Code

public function getOwner() {
  return $this
    ->get('uid')->entity;
}