You are here

function feeds_entity_update in Feeds 8.2

Same name and namespace in other branches
  1. 7.2 feeds.module \feeds_entity_update()

Implements hook_entity_update().

Related topics

File

./feeds.module, line 513
Feeds - basic API functions and hook implementations.

Code

function feeds_entity_update($entity) {
  feeds_item_info_save($entity, $entity
    ->id());
}