public function TransactionInterface::getExecutor in Transaction 8
Gets the user that executed the transaction.
Return value
\Drupal\User\UserInterface The executor user. NULL if transaction was no executed.
1 method overrides TransactionInterface::getExecutor()
- Transaction::getExecutor in src/
Entity/ Transaction.php - Gets the user that executed the transaction.
File
- src/
TransactionInterface.php, line 349
Class
- TransactionInterface
- The interface for transaction entities.
Namespace
Drupal\transactionCode
public function getExecutor();