protected property EntityUpdateManager::$topLevelSources in Entity Usage 8.3
The top-level entities being tracked during a given request.
This is an indexed array where values are arrays with values:
- entity: The entity being created/updated/deleted.
- operation: The operation being performed on the entity.
- original_entity: The original entity, if this is an update operation.
Type: array
File
- src/
EntityUpdateManager.php, line 52
Class
- EntityUpdateManager
- Class EntityUpdateManager.
Namespace
Drupal\entity_usageCode
protected $topLevelSources = [];