You are here

public function EntityShareEntityExport::execute in Entity Share 7

Generate the export.

Return value

object Exported Entity.

Overrides EntityShareEntityAbstract::execute

File

includes/entity_share.entity.export.inc, line 44
Class for handling Entity Export.

Class

EntityShareEntityExport
Manage general entity export.

Code

public function execute() {
  $this
    ->contentFieldWalk();
  return $this
    ->getEntity();
}