You are here

public function TransactionInterface::getTargetEntityId in Transaction 8

Get the transaction target entity ID.

Return value

int The transaction's target entity ID.

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

File

src/TransactionInterface.php, line 120

Class

TransactionInterface
The interface for transaction entities.

Namespace

Drupal\transaction

Code

public function getTargetEntityId();