You are here

public function LogInterface::getSourceEntity in Commerce Core 8.2

Gets the source entity.

Return value

\Drupal\Core\Entity\ContentEntityInterface The source entity.

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

File

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

Class

LogInterface

Namespace

Drupal\commerce_log\Entity

Code

public function getSourceEntity();