You are here

function hook_entityconnect_add_edit_button_submit_alter in Entity connect 7.2

Same name and namespace in other branches
  1. 8.2 entityconnect.api.php \hook_entityconnect_add_edit_button_submit_alter()

hook_entityconnect_add_edit_button_submit_alter().

Parameters

$data:

1 function implements hook_entityconnect_add_edit_button_submit_alter()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

entityconnect_term_reference_entityconnect_add_edit_button_submit_alter in modules/entityconnect_term_reference/entityconnect_term_reference.module
Implements hook_entityconnect_add_edit_button_submit_alter().
1 invocation of hook_entityconnect_add_edit_button_submit_alter()
entityconnect_add_edit_button_submit in includes/entityconnect.form.inc
Call when a new entity is to be added or edited.

File

./entityconnect.api.php, line 160

Code

function hook_entityconnect_add_edit_button_submit_alter(&$data) {
}