You are here

public function LogInterface::getUserId in Commerce Core 8.2

Gets the user ID.

Return value

int|null The user ID.

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

File

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

Class

LogInterface

Namespace

Drupal\commerce_log\Entity

Code

public function getUserId();