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\transactionCode
const RESULT_OK = 1;