| 1 entity_example.inc | public EntityExampleBasicControllerInterface::save($entity) | 
Save an entity.
Parameters
object $entity: The entity to save.
File
- modules/examples/ entity_example/ entity_example.inc, line 95 
Class
- EntityExampleBasicControllerInterface
- EntityExampleBasicControllerInterface definition.
Code
public function save($entity);
