Hook implementations for the Entity Example module.

@todo Define EntityExampleBasic types in code @todo Add a single field

File

modules/examples/entity_example/entity_example.module

Functions

Namesort descending Description
entity_example_autoload_info Implements hook_autoload_info().
entity_example_basic_add Provides a wrapper on the edit form to add a new entity.
entity_example_basic_delete Use the controller to delete the entity.
entity_example_basic_edit_delete Form deletion handler.
entity_example_basic_form Form function to create an entity_example_basic entity.
entity_example_basic_form_submit Form submit handler: Submits basic_add_form information.
entity_example_basic_form_validate Validation handler for entity_example_basic_add_form form.
entity_example_basic_list_entities Returns a render array with all entity_example_basic entities.
entity_example_basic_load Fetch a basic object.
entity_example_basic_load_multiple Loads multiple basic entities.
entity_example_basic_save We save the entity by calling the controller.
entity_example_basic_title Callback for a page title when this entity is displayed.
entity_example_basic_uri Implements the uri callback.
entity_example_basic_view Menu callback to display an entity.
entity_example_entity_info Implements hook_entity_info().
entity_example_field_extra_fields Implements hook_field_extra_fields().
entity_example_info_page Basic information for the page.
entity_example_menu Implements hook_menu().
entity_example_permission Implements hook_permission().