You are here

public function EntityOwnerInterface::getOwner in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/user/src/EntityOwnerInterface.php \Drupal\user\EntityOwnerInterface::getOwner()
  2. 10 core/modules/user/src/EntityOwnerInterface.php \Drupal\user\EntityOwnerInterface::getOwner()

Returns the entity owner's user entity.

Return value

\Drupal\user\UserInterface The owner user entity.

1 method overrides EntityOwnerInterface::getOwner()
EntityTest::getOwner in core/modules/system/tests/modules/entity_test/src/Entity/EntityTest.php
Returns the entity owner's user entity.

File

core/modules/user/src/EntityOwnerInterface.php, line 21

Class

EntityOwnerInterface
Defines a common interface for entities that have an owner.

Namespace

Drupal\user

Code

public function getOwner();