entityformtype_metadata_get_properties |
./entityform.module |
|
|
1 |
entityform_access |
./entityform.module |
Determines whether the given user has access to a entityform. |
4 |
2 |
entityform_add_page |
./entityform.admin.inc |
Page to add Entityform Entities. |
|
|
entityform_clear_required |
./entityform.admin.inc |
Called after_build on entityforms
This makes sure that required fields aren't require when saving a Draft.
A Draft is not complete so shouldn't enforce required fields |
|
1 |
entityform_confirm_page |
./entityform.module |
Page callback |
|
1 |
entityform_create |
./entityform.module |
Create a entityform object. |
1 |
1 |
entityform_delete |
./entityform.module |
Deletes a entityform. |
1 |
|
entityform_delete_form |
./entityform.admin.inc |
Form callback: confirmation form for deleting a entityform. |
|
2 |
entityform_delete_form_submit |
./entityform.admin.inc |
Submit callback for entityform_delete_form |
|
1 |
entityform_delete_form_wrapper |
./entityform.admin.inc |
Form callback wrapper: delete a entityform. |
|
1 |
entityform_delete_multiple |
./entityform.module |
Delete multiple entityforms. |
|
|
entityform_draft_page |
./entityform.module |
|
|
1 |
entityform_edit_form |
./entityform.admin.inc |
Form callback: create or edit a entityform. |
|
1 |
entityform_edit_form_submit |
./entityform.admin.inc |
Form API submit callback for the entityform form. |
|
1 |
entityform_edit_form_validate |
./entityform.admin.inc |
Form API validate callback for the entityform form |
|
1 |
entityform_embed_view |
./entityform.module |
Embed a view using a PHP snippet.
Exactly the same as views_embed_view but adds override_path b/c View is embedded |
1 |
|
entityform_empty_load |
./entityform.module |
|
1 |
|
entityform_entity_info |
./entityform.module |
Implement hook_entity_info(). |
|
|
entityform_entity_insert |
./entityform.module |
Implements hook_entity_insert(). |
|
|
entityform_entity_presave |
./entityform.module |
Implements hook_entity_presave(). |
|
|
entityform_entity_update |
./entityform.module |
Implements hook_entity_update(). |
|
|
entityform_forms |
./entityform.module |
Implements hook_forms(). |
|
|
entityform_form_entityform_add_access_rule_form_alter |
./entityform.module |
Implements hook_form_FORM_ID_alter(). |
|
|
entityform_form_entityform_add_submission_rule_form_alter |
./entityform.module |
Implements hook_form_FORM_ID_alter(). |
|
|
entityform_form_entityform_add_validation_rule_form_alter |
./entityform.module |
Implements hook_form_FORM_ID_alter(). |
|
|
entityform_form_submit_delete |
./entityform.admin.inc |
Form API submit callback for the delete button. |
|
1 |
entityform_form_wrapper |
./entityform.admin.inc |
Form callback wrapper: create or edit a entityform. |
1 |
1 |
entityform_get_rule_options |
./entityform_type.admin.inc |
Get form options for Rules. |
1 |
|
entityform_get_submissions |
./entityform.module |
Get all the submissions for a user. |
2 |
|
entityform_get_types |
./entityform.module |
Gets an array of all entityform types, keyed by the type name. |
7 |
1 |
entityform_help |
./entityform.module |
Implements hook_help(). |
|
|
entityform_invoke_rules |
./entityform.module |
Utility function to invoke Rules components. |
4 |
|
entityform_load |
./entityform.module |
Fetch a entityform object. Make sure that the wildcard you choose
in the entityform entity definition fits the function name here. |
4 |
|
entityform_load_multiple |
./entityform.module |
Load multiple entityforms based on certain conditions. |
1 |
|
entityform_load_required_entityform_admin |
./entityform.module |
|
|
1 |
entityform_menu |
./entityform.module |
Implements hook_menu(). |
|
|
entityform_menu_local_tasks_alter |
./entityform.module |
Implements hook_menu_local_tasks_alter(). |
|
|
entityform_mollom_form_info |
./entityform.module |
Implements hook_mollom_form_info(). |
|
|
entityform_mollom_form_list |
./entityform.module |
Implements hook_mollom_form_list(). |
|
|
entityform_notifications_default_rules_configuration |
entityform_notifications/entityform_notifications.rules_defaults.inc |
Implements hook_default_rules_configuration(). |
|
|
entityform_notifications_form_entityform_settings_alter |
entityform_notifications/entityform_notifications.module |
Implements hook_form_FORM_ID_alter(). |
|
|
entityform_notifications_form_entityform_type_form_alter |
entityform_notifications/entityform_notifications.module |
Implements hook_form_FORM_ID_alter(). |
|
|
entityform_notifications_form_variable_edit_form_alter |
entityform_notifications/entityform_notifications.module |
Implements hook_form_FORM_ID_alter() |
|
|
entityform_notifications_update_7001 |
entityform_notifications/entityform_notifications.install |
Change email variables to use new tokens from Rules. |
|
|
entityform_notifications_variable_group_info |
entityform_notifications/entityform_notifications.variable.inc |
Implements hook_variable_group_info(). |
|
|
entityform_notifications_variable_info |
entityform_notifications/entityform_notifications.variable.inc |
Implements hook_variable_info(). |
|
|
entityform_page_title |
./entityform.module |
Menu title callback for showing individual entities |
|
1 |
entityform_page_view |
./entityform.module |
Sets up content to show an individual entityform
@todo - get rid of drupal_set_title(); |
|
1 |
entityform_permission |
./entityform.module |
Implements hook_permission(). |
|
|
entityform_render_to_text |
./entityform.module |
|
|
|