public function DrupalCommerceEntityController::import in Commerce Core 7
Implements EntityAPIControllerInterface.
Overrides EntityAPIControllerInterface::import
File
- includes/
commerce.controller.inc, line 348 - Provides a central controller for Drupal Commerce.
Class
- DrupalCommerceEntityController
- Default implementation of DrupalCommerceEntityControllerInterface.
Code
public function import($export) {
throw new Exception('Not implemented');
}