You are here

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

Implements EntityAPIControllerInterface.

Overrides EntityAPIControllerInterface::export

File

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

Class

MerciDefaultEntityController
@file Provides a central controller for Drupal Commerce.

Code

public function export($entity, $prefix = '') {
  throw new Exception('Not implemented');
}