You are here

public function LatestActivityInterface::getUser in Opigno Learning path 8

Same name and namespace in other branches
  1. 3.x src/LatestActivityInterface.php \Drupal\opigno_learning_path\LatestActivityInterface::getUser()

Gets the user entity.

Return value

\Drupal\user\Entity\User The user entity.

1 method overrides LatestActivityInterface::getUser()
LatestActivity::getUser in src/Entity/LatestActivity.php
Gets the user entity.

File

src/LatestActivityInterface.php, line 135

Class

LatestActivityInterface
Provides an interface defining a LatestActivity entity.

Namespace

Drupal\opigno_learning_path

Code

public function getUser();