public function TransactionOperationInterface::getTransactionTypeId in Transaction 8
Gets the transaction type ID to which the operation belongs.
Return value
string The transaction type ID.
1 method overrides TransactionOperationInterface::getTransactionTypeId()
- TransactionOperation::getTransactionTypeId in src/
Entity/ TransactionOperation.php - Gets the transaction type ID to which the operation belongs.
File
- src/
TransactionOperationInterface.php, line 18
Class
- TransactionOperationInterface
- Provides an interface defining a transaction operation.
Namespace
Drupal\transactionCode
public function getTransactionTypeId();