hook_inline_entity_form_entity_form_alter |
./inline_entity_form.api.php |
Perform alterations before an entity form is included in the IEF widget. |
|
|
hook_inline_entity_form_reference_form_alter |
./inline_entity_form.api.php |
Perform alterations before the reference form is included in the IEF widget. |
|
|
hook_inline_entity_form_settings_alter |
./inline_entity_form.api.php |
Perform alterations to the IEF field type settings. |
|
|
hook_inline_entity_form_table_fields_alter |
./inline_entity_form.api.php |
Alter the fields used to represent an entity in the IEF table. |
|
|
inline_entity_form_autocomplete |
./inline_entity_form.module |
Returns output for inline entity form autocompletes. |
|
1 |
inline_entity_form_cleanup_entity_form_state |
./inline_entity_form.module |
Cleans up the form state for a submitted entity form. |
3 |
|
inline_entity_form_cleanup_form_state |
./inline_entity_form.module |
Button #submit callback: Cleans up form state for a closed entity form. |
|
1 |
inline_entity_form_cleanup_row_form_state |
./inline_entity_form.module |
Button #submit callback: Cleans up form state for a closed entity row form. |
|
1 |
inline_entity_form_close_all_forms |
./inline_entity_form.module |
Closes all open IEF forms. |
1 |
|
inline_entity_form_close_child_forms |
./inline_entity_form.module |
Button #submit callback: Closes all open child forms in the IEF widget. |
|
1 |
inline_entity_form_close_form |
./inline_entity_form.module |
Button #submit callback: Closes a form in the IEF widget. |
|
2 |
inline_entity_form_close_row_form |
./inline_entity_form.module |
Button #submit callback: Closes a row form in the IEF widget. |
|
2 |
inline_entity_form_create_entity |
./inline_entity_form.module |
Creates a new entity of the given type and bundle. |
2 |
|
inline_entity_form_entity_delete |
./inline_entity_form.module |
Implements hook_entity_delete(). |
|
|
inline_entity_form_entity_form |
./inline_entity_form.module |
Wraps and returns the entity form provided by the passed-in controller. |
1 |
|
inline_entity_form_entity_form_submit |
./inline_entity_form.module |
Submits an entity form. |
|
1 |
inline_entity_form_entity_form_validate |
./inline_entity_form.module |
Validates an entity form. |
|
1 |
inline_entity_form_entity_info_alter |
./inline_entity_form.module |
Implements hook_entity_info_alter(). |
|
|
inline_entity_form_field_attach_submit |
./inline_entity_form.module |
Implements hook_field_attach_submit(). |
|
|
inline_entity_form_field_widget_error |
./inline_entity_form.module |
Implements hook_field_widget_error(). |
|
|
inline_entity_form_field_widget_form |
./inline_entity_form.module |
Implements hook_field_widget_form(). |
|
|
inline_entity_form_field_widget_info |
./inline_entity_form.module |
Implements hook_field_widget_info(). |
|
|
inline_entity_form_field_widget_properties_alter |
./inline_entity_form.module |
Implements hook_field_widget_properties_alter(). |
|
|
inline_entity_form_field_widget_settings_form |
./inline_entity_form.module |
Implements hook_field_widget_settings_form(). |
|
|
inline_entity_form_form_alter |
./inline_entity_form.module |
Implements hook_form_alter(). |
|
|
inline_entity_form_get_controller |
./inline_entity_form.module |
Returns the Inline Entity Form controller for the passed-in reference field. |
9 |
|
inline_entity_form_get_element |
./inline_entity_form.module |
Returns an IEF widget nearest to the triggering element. |
8 |
4 |
inline_entity_form_has_tabledrag |
./inline_entity_form.module |
Returns whether tabledrag should be enabled for the given table. |
1 |
|
inline_entity_form_menu |
./inline_entity_form.module |
Implements hook_menu(). |
|
|
inline_entity_form_open_form |
./inline_entity_form.module |
Button #submit callback: Opens a form in the IEF widget. |
|
1 |
inline_entity_form_open_row_form |
./inline_entity_form.module |
Button #submit callback: Opens a row form in the IEF widget. |
|
1 |
inline_entity_form_pre_render_add_fieldset_markup |
./inline_entity_form.module |
Move form elements into fieldsets for presentation purposes. |
|
1 |
inline_entity_form_reference_form |
./inline_entity_form.module |
Provides the form for adding existing entities through an autocomplete field. |
1 |
|
inline_entity_form_reference_form_submit |
./inline_entity_form.module |
Submits the form for adding existing entities. |
|
1 |
inline_entity_form_reference_form_validate |
./inline_entity_form.module |
Validates the form for adding existing entities. |
|
1 |
inline_entity_form_remove_confirm |
./inline_entity_form.module |
Remove form submit callback. |
|
1 |
inline_entity_form_remove_form |
./inline_entity_form.module |
Wraps and returns the remove form provided by the passed-in controller. |
1 |
|
inline_entity_form_required_field |
./inline_entity_form.module |
IEF widget #element_validate callback: Required field validation. |
|
1 |
inline_entity_form_settings |
./inline_entity_form.module |
Introspects field and instance settings, and determines the correct settings
for the functioning of the widget. |
4 |
|
inline_entity_form_submit |
./inline_entity_form.module |
Submits entity forms by calling their #ief_element_submit callbacks. |
1 |
|
inline_entity_form_test_install |
tests/modules/inline_entity_form_test/inline_entity_form_test.module |
Implements hook_install(). |
|
|
inline_entity_form_theme |
./inline_entity_form.module |
Implements hook_theme(). |
|
|
inline_entity_form_trigger_submit |
./inline_entity_form.module |
Button #submit callback: Triggers submission of entity forms. |
|
3 |
inline_entity_form_update_row_weights |
./inline_entity_form.module |
Updates entity weights based on their weights in the widget. |
|
1 |
theme_inline_entity_form_entity_table |
./inline_entity_form.module |
Themes the table showing existing entity references in the widget. |
|
|
_inline_entity_form_attach_css |
./inline_entity_form.module |
Attaches theme specific CSS files. |
1 |
|
_inline_entity_form_autocomplete_validate |
./inline_entity_form.module |
#element_validate callback for the IEF autocomplete field. |
|
1 |