protected property DrupalCommerceEntityController::$controllerTransaction in Commerce Core 7
Stores our transaction object, necessary for pessimistic locking to work.
File
- includes/
commerce.controller.inc, line 40 - Provides a central controller for Drupal Commerce.
Class
- DrupalCommerceEntityController
- Default implementation of DrupalCommerceEntityControllerInterface.
Code
protected $controllerTransaction = NULL;