You are here

public function LogInterface::getUser in Commerce Core 8.2

Gets the user.

Return value

\Drupal\user\UserInterface|null The user entity.

1 method overrides LogInterface::getUser()
Log::getUser in modules/log/src/Entity/Log.php
Gets the user.

File

modules/log/src/Entity/LogInterface.php, line 23

Class

LogInterface

Namespace

Drupal\commerce_log\Entity

Code

public function getUser();