You are here

public function MerciDefaultEntityController::import in MERCI (Manage Equipment Reservations, Checkout and Inventory) 7.3

Implements EntityAPIControllerInterface.

Overrides EntityAPIControllerInterface::import

File

merci_line_item/includes/merci_line_item.controller.inc, line 308
Provides a central controller for Drupal Commerce.

Class

MerciDefaultEntityController
@file Provides a central controller for Drupal Commerce.

Code

public function import($export) {
  throw new Exception('Not implemented');
}