You are here

public function EntityInterface::export in Entity API 7

Exports the entity.

See also

entity_export()

1 method overrides EntityInterface::export()
Entity::export in includes/entity.inc
Exports the entity.

File

includes/entity.inc, line 117
Provides a base class for entities.

Class

EntityInterface
Interface for class based entities.

Code

public function export($prefix = '');