public function TransactionInterface::getExecutorId in Transaction 8
Gets the ID of the user that executed the transaction.
Return value
int The user ID of the executor. FALSE if transaction was no executed.
1 method overrides TransactionInterface::getExecutorId()
- Transaction::getExecutorId in src/
Entity/ Transaction.php - Gets the ID of the user that executed the transaction.
File
- src/
TransactionInterface.php, line 341
Class
- TransactionInterface
- The interface for transaction entities.
Namespace
Drupal\transactionCode
public function getExecutorId();