ajax_form_entity_callback |
./ajax_form_entity.module |
AJAX submit handler for entity message add form. Returns ajax commands to update the relevant message comments. |
|
1 |
ajax_form_entity_entity_cancel_callback |
./ajax_form_entity.module |
Ajax callback for closing / cancelling action and reloading the entity. |
|
1 |
ajax_form_entity_entity_delete_callback |
./ajax_form_entity.callback.inc |
Ajax callback for deletion (ajax delete link). |
|
1 |
ajax_form_entity_entity_edit_callback |
./ajax_form_entity.callback.inc |
Ajax callback for edition (ajax edit link). |
|
1 |
ajax_form_entity_entity_view_alter |
./ajax_form_entity.module |
Implements hook_entity_view_alter(). |
|
|
ajax_form_entity_field_collection_cancel |
ajax_form_entity_field_collection/ajax_form_entity_field_collection.module |
|
|
1 |
ajax_form_entity_field_collection_field_formatter_info |
ajax_form_entity_field_collection/ajax_form_entity_field_collection.module |
Implements hook_field_formatter_info(). |
|
|
ajax_form_entity_field_collection_field_formatter_settings_form |
ajax_form_entity_field_collection/ajax_form_entity_field_collection.module |
Implements hook_field_formatter_settings_form(). |
|
|
ajax_form_entity_field_collection_field_formatter_view |
ajax_form_entity_field_collection/ajax_form_entity_field_collection.module |
Implements hook_field_formatter_view(). |
|
|
ajax_form_entity_field_collection_menu |
ajax_form_entity_field_collection/ajax_form_entity_field_collection.module |
Implements hook_menu(). |
|
|
ajax_form_entity_field_extra_fields |
./ajax_form_entity.module |
Adds edit link and modify link.
Implements hook_field_extra_fields(). |
|
|
ajax_form_entity_form |
./ajax_form_entity.admin.inc |
Implements hook_form(). |
|
1 |
ajax_form_entity_form_alter |
./ajax_form_entity.module |
Form builder; the entity wall message add form. |
|
|
ajax_form_entity_form_submit |
./ajax_form_entity.admin.inc |
Saves one variable per bundle.
Implements hook_form_submit(). |
|
|
ajax_form_entity_menu |
./ajax_form_entity.module |
Implements hook_menu(). |
|
|
ajax_form_entity_permission |
./ajax_form_entity.module |
Implements hook_permission(). |
|
|
ajax_form_entity_theme |
./ajax_form_entity.module |
Implementation of hook_theme()s
Render some basic output for this module. |
|
|
theme_ajax_form_entity_deleted |
./ajax_form_entity.module |
Theme function for deleted rendered output. |
|
1 |
_ajax_form_entity_build_entity_forms |
./ajax_form_entity.module |
Helper function to build forms arguments depending on the entity. |
2 |
|
_ajax_form_entity_load_entities |
./ajax_form_entity.module |
Helper function to correct badly declared entities. |
3 |
|