eZ\Publish\Core\Persistence\Legacy\Handler::commit PHP Method

commit() public method

Commit transaction, or throw exceptions if no transactions has been started.
Deprecation: Since 5.3 {@use transactionHandler()->beginTransaction()}
public commit ( )
    public function commit()
    {
        $this->transactionHandler->commit();
    }