protected property DrupalCommerceEntityController::$unchangedEntities in Commerce Core 7
Stores the ids of unchanged entities, necessary for knowing if we're dealing with unchanged entities before acting on them.
File
- includes/
commerce.controller.inc, line 52 - Provides a central controller for Drupal Commerce.
Class
- DrupalCommerceEntityController
- Default implementation of DrupalCommerceEntityControllerInterface.
Code
protected $unchangedEntities = array();