You are here

public function MerciTypeProcessor::entityType in MERCI (Manage Equipment Reservations, Checkout and Inventory) 7.2

Entity type this processor operates on.

File

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

Class

MerciTypeProcessor
Creates nodes from feed items.

Code

public function entityType() {
  return 'merci_type';
}