You are here

public function EntityInterface::save in Entity API 7

Permanently saves the entity.

See also

entity_save()

1 method overrides EntityInterface::save()
Entity::save in includes/entity.inc
Permanently saves the entity.

File

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

Class

EntityInterface
Interface for class based entities.

Code

public function save();