protected property DatabaseTransaction::$name
The name of the transaction.
This is used to label the transaction savepoint. It will be overridden to 'drupal_transaction' if there is no transaction depth.
Archivo
- drupal-7.x/
includes/ database/ database.inc, line 1882 - Core systems for the database layer.
Class
- DatabaseTransaction
- A wrapper class for creating and managing database transactions.
Código
protected $name;