You are here

public function LogInterface::getSourceEntityId in Commerce Core 8.2

Gets the source entity ID.

Return value

mixed The entity ID.

1 method overrides LogInterface::getSourceEntityId()
Log::getSourceEntityId in modules/log/src/Entity/Log.php
Gets the source entity ID.

File

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

Class

LogInterface

Namespace

Drupal\commerce_log\Entity

Code

public function getSourceEntityId();