entity_example_basic_add |
modules/examples/entity_example/entity_example.module |
Provides a wrapper on the edit form to add a new entity. |
entity_example_basic_delete |
modules/examples/entity_example/entity_example.module |
Use the controller to delete the entity. |
entity_example_basic_edit_delete |
modules/examples/entity_example/entity_example.module |
Form deletion handler. |
entity_example_basic_form |
modules/examples/entity_example/entity_example.module |
Form function to create an entity_example_basic entity. |
entity_example_basic_form_submit |
modules/examples/entity_example/entity_example.module |
Form submit handler: Submits basic_add_form information. |
entity_example_basic_form_validate |
modules/examples/entity_example/entity_example.module |
Validation handler for entity_example_basic_add_form form. |
entity_example_basic_list_entities |
modules/examples/entity_example/entity_example.module |
Returns a render array with all entity_example_basic entities. |
entity_example_basic_load |
modules/examples/entity_example/entity_example.module |
Fetch a basic object. |
entity_example_basic_load_multiple |
modules/examples/entity_example/entity_example.module |
Loads multiple basic entities. |
entity_example_basic_save |
modules/examples/entity_example/entity_example.module |
We save the entity by calling the controller. |
entity_example_basic_title |
modules/examples/entity_example/entity_example.module |
Callback for a page title when this entity is displayed. |
entity_example_basic_uri |
modules/examples/entity_example/entity_example.module |
Implements the uri callback. |
entity_example_basic_view |
modules/examples/entity_example/entity_example.module |
Menu callback to display an entity. |
entity_example_entity_info |
modules/examples/entity_example/entity_example.module |
Implements hook_entity_info(). |
entity_example_field_extra_fields |
modules/examples/entity_example/entity_example.module |
Implements hook_field_extra_fields(). |
entity_example_info_page |
modules/examples/entity_example/entity_example.module |
Basic information for the page. |
entity_example_menu |
modules/examples/entity_example/entity_example.module |
Implements hook_menu(). |
entity_example_permission |
modules/examples/entity_example/entity_example.module |
Implements hook_permission(). |
entity_example_schema |
modules/examples/entity_example/entity_example.install |
Implements hook_schema(). |
entity_example_uninstall |
modules/examples/entity_example/entity_example.install |
Implements hook_uninstall(). |
entity_extract_ids |
core/modules/entity/entity.module |
Extracts ID, revision ID, and bundle name from an entity. |
entity_flush_caches |
core/modules/entity/entity.module |
Implements hook_flush_caches(). |
entity_form_field_validate |
core/modules/entity/entity.module |
Attaches field API validation to entity forms. |
entity_form_submit_build_entity |
core/modules/entity/entity.module |
Copies submitted values to entity properties for simple entity forms. |
entity_get_controller |
core/modules/entity/entity.module |
Gets the entity controller class for an entity type. |
entity_get_info |
core/modules/entity/entity.module |
Gets the entity info array of an entity type. |
entity_info_cache_clear |
core/modules/entity/entity.module |
Resets the cached information about entity types. |
entity_label |
core/modules/entity/entity.module |
Returns the label of an entity. |
entity_load |
core/modules/entity/entity.module |
Loads a single entity from the database. |
entity_load_multiple |
core/modules/entity/entity.module |
Loads entities from the database. |
entity_load_unchanged |
core/modules/entity/entity.module |
Loads the unchanged, i.e. not modified, entity from the database. |
entity_modules_disabled |
core/modules/entity/entity.module |
Implements hook_modules_disabled(). |
entity_modules_preenable |
core/modules/entity/entity.module |
Implements hook_modules_preenable(). |
entity_modules_uninstalled |
core/modules/entity/entity.module |
Implements hook_modules_uninstalled(). |
entity_prepare_view |
core/modules/entity/entity.module |
Invokes hook_entity_prepare_view(). |
entity_query_access_test_menu |
core/modules/entity/tests/entity_query_access_test/entity_query_access_test.module |
Implements hook_menu(). |
entity_query_access_test_sample_query |
core/modules/entity/tests/entity_query_access_test/entity_query_access_test.module |
Returns the results from an example EntityFieldQuery. |
entity_test_autoload_info |
core/modules/entity/tests/entity_test/entity_test.module |
Implements hook_autoload_info(). |
entity_test_delete_multiple |
core/modules/entity/tests/entity_test/entity_test.module |
Deletes multiple test entities. |
entity_test_entity_info |
core/modules/entity/tests/entity_test/entity_test.module |
Implements hook_entity_info(). |
entity_test_install |
core/modules/entity/tests/entity_test/entity_test.install |
Implements hook_install(). |
entity_test_load |
core/modules/entity/tests/entity_test/entity_test.module |
Loads a test entity. |
entity_test_load_multiple |
core/modules/entity/tests/entity_test/entity_test.module |
Loads multiple test entities based on certain conditions. |
entity_test_menu |
core/modules/entity/tests/entity_test/entity_test.module |
Implements hook_menu(). |
entity_test_schema |
core/modules/entity/tests/entity_test/entity_test.install |
Implements hook_schema(). |
entity_theme |
core/modules/entity/entity.module |
Implements hook_theme(). |
entity_tokens |
core/modules/entity/entity.tokens.inc |
Implements hook_tokens(). |
entity_token_info_alter |
core/modules/entity/entity.tokens.inc |
Implements hook_token_info_alter(). |
entity_uri |
core/modules/entity/entity.module |
Returns the URI elements of an entity. |
entity_view |
core/modules/entity/entity.module |
Generate an array for rendering the given entity. |