You are here

public function Keyword::getOwner in Bibliography & Citation 8

Same name and namespace in other branches
  1. 2.0.x modules/bibcite_entity/src/Entity/Keyword.php \Drupal\bibcite_entity\Entity\Keyword::getOwner()

File

modules/bibcite_entity/src/Entity/Keyword.php, line 93

Class

Keyword
Defines the Keyword entity.

Namespace

Drupal\bibcite_entity\Entity

Code

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