You are here

public function BootstrapTourEntityController::import in Bootstrap Tour 7.2

Implements EntityAPIControllerInterface.

Parameters

$export: A serialized string in JSON format as produced by the export() method.

Overrides EntityAPIController::import

File

includes/bootstrap_tour.controller.inc, line 29
Defines the inline entity form controller for BootstrapTourStep entities.

Class

BootstrapTourEntityController
Class BootstrapTourEntityController

Code

public function import($data) {
  return parent::import($data);
}