You are here

public function TransactionTypeInterface::getTargetEntityTypeId in Transaction 8

Returns the target entity type ID of this transaction.

Return value

string The target entity type ID.

1 method overrides TransactionTypeInterface::getTargetEntityTypeId()
TransactionType::getTargetEntityTypeId in src/Entity/TransactionType.php
Returns the target entity type ID of this transaction.

File

src/TransactionTypeInterface.php, line 39

Class

TransactionTypeInterface
Provides an interface defining a type of transaction.

Namespace

Drupal\transaction

Code

public function getTargetEntityTypeId();