You are here

public function EntityShareEntityAbstract::getEntity in Entity Share 7

Get the modified entity.

Return value

object Entity to share.

8 calls to EntityShareEntityAbstract::getEntity()
EntityShareEntityAbstract::contentFieldWalk in includes/entity_share.entity.abstract.inc
Walk though the entity to do special treatment in function of field type.
EntityShareEntityExport::contentFieldWalk in includes/entity_share.entity.export.inc
Walk though the entity to load dependencies and prepare it for the export.
EntityShareEntityExport::execute in includes/entity_share.entity.export.inc
Generate the export.
EntityShareEntityExport::manageField in includes/entity_share.entity.export.inc
Manage the field.
EntityShareEntityImport::execute in includes/entity_share.entity.import.inc
Generate the import.

... See full list

File

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

Class

EntityShareEntityAbstract
Entity Share Entity class.

Code

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