You are here

constant TransactionInterface::RESULT_OK in Transaction 8

Generic result code for successful execution.

Deprecated

in transaction:8.x-1.0-alpha3 and is removed from transaction:8.x-1.0-beta1. Use instead defined const in \Drupal\transaction\TransactorPluginInterface and derived transactors.

File

src/TransactionInterface.php, line 31

Class

TransactionInterface
The interface for transaction entities.

Namespace

Drupal\transaction

Code

const RESULT_OK = 1;