function tome_sync_entity_update in Tome 8
Implements hook_entity_update().
@internal
File
- modules/tome_sync/ tome_sync.module, line 28 
- Keeps content, config, and files in sync.
Code
function tome_sync_entity_update(EntityInterface $entity) {
  tome_sync_entity_insert($entity);
}