You are here

public function TransactionInterface::getTargetEntity in Transaction 8

Get the transaction target entity.

Return value

\Drupal\Core\Entity\ContentEntityInterface The transaction's target entity.

1 method overrides TransactionInterface::getTargetEntity()
Transaction::getTargetEntity in src/Entity/Transaction.php
Get the transaction target entity.

File

src/TransactionInterface.php, line 112

Class

TransactionInterface
The interface for transaction entities.

Namespace

Drupal\transaction

Code

public function getTargetEntity();