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.
File
- core/lib/Drupal/Core/Database/Transaction.php, line 46
Class
- Transaction
- A wrapper class for creating and managing database transactions.
Namespace
Drupal\Core\Database
Code
1 | protected $name ; |
Please login to continue.