protected property DrupalCommerceEntityController::$lockedEntities in Commerce Core 7
Stores the ids of locked entities, necessary for knowing when to release a lock by committing the transaction.
File
- includes/
commerce.controller.inc, line 46 - Provides a central controller for Drupal Commerce.
Class
- DrupalCommerceEntityController
- Default implementation of DrupalCommerceEntityControllerInterface.
Code
protected $lockedEntities = array();