You are here

public property TransactionExecutionEvent::$transaction in Transaction 8

The involved transaction.

@todo set this property as protected once rules support getters

Type: \Drupal\transaction\TransactionInterface

See also

https://www.drupal.org/project/rules/issues/2762517

File

src/Event/TransactionExecutionEvent.php, line 25

Class

TransactionExecutionEvent
Event that is fired when a transaction is executed.

Namespace

Drupal\transaction\Event

Code

public $transaction;