I am trying to code a hook_update_N() for my module and need to use entity_get_info(). It's not returning anything. That function is in common.inc, so I would think it has to be available at update time. Does anyone understand why it is not working?
 
Nancy