function hook_entityconnect_child_form_alter in Entity connect 7.2
Same name and namespace in other branches
- 8.2 entityconnect.api.php \hook_entityconnect_child_form_alter()
hook_entityconnect_child_form_alter().
Parameters
$datas:
1 function implements hook_entityconnect_child_form_alter()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- entityconnect_eck_entityconnect_child_form_alter in modules/
entityconnect_eck/ entityconnect_eck.module - Implements hook_entityconnect_child_form_alter().
1 invocation of hook_entityconnect_child_form_alter()
- entityconnect_child_form_alter in includes/
entityconnect.form.inc - Alters child create form.
File
- ./
entityconnect.api.php, line 88
Code
function hook_entityconnect_child_form_alter(&$datas) {
}