You are here

function feeds_entity_insert in Feeds 8.2

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

Implements hook_entity_insert().

Related topics

File

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

Code

function feeds_entity_insert($entity) {
  feeds_item_info_insert($entity, $entity
    ->id());
}