You are here

protected property MerciDefaultEntityController::$lockedEntities in MERCI (Manage Equipment Reservations, Checkout and Inventory) 7.3

Stores the ids of locked entities, necessary for knowing when to release a lock by committing the transaction.

File

merci_line_item/includes/merci_line_item.controller.inc, line 21
Provides a central controller for Drupal Commerce.

Class

MerciDefaultEntityController
@file Provides a central controller for Drupal Commerce.

Code

protected $lockedEntities = array();