You are here

protected function MerciTypeProcessor::entityLoad in MERCI (Manage Equipment Reservations, Checkout and Inventory) 7.2

Load an existing entity.

Parameters

$source: The feeds source that spawns this entity.

$entity_id: The unique id of the entity that should be loaded.

Return value

A new entity object.

File

modules/merci_import/MerciTypeProcessor.inc, line 53
Class definition of FeedsNodeProcessor.

Class

MerciTypeProcessor
Creates nodes from feed items.

Code

protected function entityLoad(FeedsSource $source, $entity_id) {
}