public function EntityExampleBasicControllerInterface::create in Examples for Developers 7
Create an entity.
1 method overrides EntityExampleBasicControllerInterface::create()
- EntityExampleBasicController::create in entity_example/
entity_example.module - Create and return a new entity_example_basic entity.
File
- entity_example/
entity_example.module, line 511 - Implements the basic functionality required to create and display an entity.
Class
- EntityExampleBasicControllerInterface
- EntityExampleBasicControllerInterface definition.
Code
public function create();