You are here

public function DrupalCommerceEntityController::export in Commerce Core 7

Implements EntityAPIControllerInterface.

Overrides EntityAPIControllerInterface::export

File

includes/commerce.controller.inc, line 341
Provides a central controller for Drupal Commerce.

Class

DrupalCommerceEntityController
Default implementation of DrupalCommerceEntityControllerInterface.

Code

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