private function EntityUpdateManager::resetProperties in Entity Usage 8.3
Internal helper to make sure we clean up properties when destructing.
This is mostly useful for making sure we have no bad failures in tests.
1 call to EntityUpdateManager::resetProperties()
- EntityUpdateManager::destruct in src/
EntityUpdateManager.php - Performs destruct operations.
File
- src/
EntityUpdateManager.php, line 164
Class
- EntityUpdateManager
- Class EntityUpdateManager.
Namespace
Drupal\entity_usageCode
private function resetProperties() {
$this->topLevelSources = NULL;
}