entityconnect_add |
includes/entityconnect.menu.inc |
Page callback: Load cached form info. |
|
1 |
entityconnect_add_edit_button_submit |
includes/entityconnect.form.inc |
Call when a new entity is to be added or edited. |
|
2 |
entityconnect_add_form_element_edit |
includes/entityconnect.form.inc |
Here we attach a "Edit" submit button. |
1 |
|
entityconnect_add_form_element_new |
includes/entityconnect.form.inc |
Here we attach a "Add" submit button. |
1 |
|
entityconnect_array_get_nested_value |
includes/entityconnect.form.inc |
Reimplements drupal_array_get_nested_value() to answer specific needs of the module. |
2 |
|
entityconnect_array_set_nested_value |
includes/entityconnect.form.inc |
Reimplements drupal_array_set_nested_value() to ansewer specific needs of the module. |
1 |
|
entityconnect_cache_get |
./entityconnect.module |
Wraps cache get. |
6 |
|
entityconnect_cache_set |
./entityconnect.module |
Wraps cache set. |
2 |
|
entityconnect_check_access |
./entityconnect.module |
Access callback: Used in return menu. |
|
1 |
entityconnect_child_form_alter |
includes/entityconnect.form.inc |
Alters child create form. |
1 |
|
entityconnect_child_form_cancel |
includes/entityconnect.form.inc |
Sets the redirect to a admin/entityconnect/redirect page. |
|
1 |
entityconnect_child_form_delete_submit |
includes/entityconnect.form.inc |
Sets delete button on child create form. |
|
1 |
entityconnect_child_form_submit |
includes/entityconnect.form.inc |
Sets submit button on child create form. |
|
1 |
entityconnect_edit |
includes/entityconnect.menu.inc |
Page callback: Redirect to edit form. |
|
1 |
entityconnect_field_attach_form |
./entityconnect.module |
Implements hook_field_attach_form(). |
|
|
entityconnect_field_instance_settings_form |
./entityconnect.module |
Add settings to an instance field settings form. |
|
|
entityconnect_flush_caches |
./entityconnect.module |
Implements hook_flush_caches(). |
|
|
entityconnect_form_alter |
./entityconnect.module |
Implements hook_form_alter(). |
|
|
entityconnect_include_form |
./entityconnect.module |
Include the form inc file. |
2 |
3 |
entityconnect_install |
./entityconnect.install |
Implements hook_install(). |
|
|
entityconnect_menu |
./entityconnect.module |
Implements hook_menu(). |
|
|
entityconnect_module_implements_alter |
./entityconnect.module |
Implements hook_module_implements_alter(). |
|
|
entityconnect_permission |
./entityconnect.module |
Implements hook_permission(). |
|
|
entityconnect_requirements |
./entityconnect.install |
Implements hook_requirements(). |
|
|
entityconnect_return |
includes/entityconnect.menu.inc |
Page callback: Redirects to the form page. |
|
1 |
entityconnect_return_form_alter |
includes/entityconnect.form.inc |
Complete entityreference field on parent form with the target_id value. |
1 |
|
entityconnect_schema |
./entityconnect.install |
Implements hook_schema(). |
1 |
|
entityconnect_theme |
./entityconnect.module |
Implements hook_theme(). |
|
|
entityconnect_update_7000 |
./entityconnect.install |
Add cache table. |
|
|
entityconnect_update_7101 |
./entityconnect.install |
Change module weight so that other modules are less likely to break the
redirect that this module performs after creating a referenced entity. |
|
|
hook_entityconnect_exclude_forms_alter |
./entityconnect.api.php |
hook_entityconnect_exclude_forms_alter(). |
|
|
theme_entityconnect_entity_add_list |
includes/entityconnect.pages.inc |
Returns HTML for a list of available entity bundles. |
|
|
theme_entityconnect_taxonomy_term_add_list |
includes/entityconnect.pages.inc |
Returns HTML for a list of available taxonomy vocabularies for term creation. |
|
|
_entityconnect_admin_form |
includes/entityconnect.admin.inc |
Defines the settings form. |
|
1 |
_entityconnect_admin_form_submit |
includes/entityconnect.admin.inc |
The settings form submit. |
|
|
_entityconnect_alter_form_state_input |
includes/entityconnect.form.inc |
Used to update the form state value. |
1 |
|
_entityconnect_field_attach_form |
includes/entityconnect.form.inc |
Implements hook_field_attach_form(). |
1 |
|
_entityconnect_get_ref_fields |
./entityconnect.module |
Helper function to retieve all allowed entityreference fields. |
1 |
|