You are here

abstract public function EntityShareEntityAbstract::execute in Entity Share 7

Execute the treatment.

Return value

mixed Exported or imported entity.

2 methods override EntityShareEntityAbstract::execute()
EntityShareEntityExport::execute in includes/entity_share.entity.export.inc
Generate the export.
EntityShareEntityImport::execute in includes/entity_share.entity.import.inc
Generate the import.

File

includes/entity_share.entity.abstract.inc, line 184
Class for handling Entity Export Abstract.

Class

EntityShareEntityAbstract
Entity Share Entity class.

Code

public abstract function execute();