public function EntityBlockControllerInterface::save in Entity Blocks 7
Saves an entity.
Parameters
object $entity: The entity to save.
1 method overrides EntityBlockControllerInterface::save()
- EntityBlockController::save in ./
entity_block.controller.inc - Saves the entity.
File
- ./
entity_block.controller.inc, line 25 - The controller for the EntityBlock entity.
Class
- EntityBlockControllerInterface
- Interface for Entity Block.
Code
public function save($entity);