Xpressengine\Database\TransactionHandler::transactionLevel PHP Method

transactionLevel() public method

Get the number of active transactions.
public transactionLevel ( ) : integer
return integer
    public function transactionLevel()
    {
        return $this->globalTransactions;
    }