public function EntityInterface::export in Entity API 7
Exports the entity.
See also
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 = '');