public function EntityUpdateManager::getTopLevelSources in Entity Usage 8.3
Getter for the top-level sources we want to track.
Return value
array An indexed array where values are:
- 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.
File
- src/
EntityUpdateManager.php, line 101
Class
- EntityUpdateManager
- Class EntityUpdateManager.
Namespace
Drupal\entity_usageCode
public function getTopLevelSources() {
return $this->topLevelSources;
}