You are here

public function EntityBlockControllerInterface::create in Entity Blocks 7

Creates an entity.

1 method overrides EntityBlockControllerInterface::create()
EntityBlockController::create in ./entity_block.controller.inc
Create and return a new entity_block entity.

File

./entity_block.controller.inc, line 17
The controller for the EntityBlock entity.

Class

EntityBlockControllerInterface
Interface for Entity Block.

Code

public function create();