You are here

public function LibraryItem::getOwner in Library 8

Returns the entity owner's user entity.

Return value

\Drupal\user\UserInterface The owner user entity.

Overrides EntityOwnerInterface::getOwner

File

src/Entity/LibraryItem.php, line 73

Class

LibraryItem
Defines the Library item entity.

Namespace

Drupal\library\Entity

Code

public function getOwner() {

  // Intentionally left blank.
}