You are here

function hook_entityconnect_child_form_alter in Entity connect 8.2

Same name and namespace in other branches
  1. 7.2 entityconnect.api.php \hook_entityconnect_child_form_alter()

Allow modules to alter the child(target entity) form.

Parameters

array $data: The data to alter. $data = array( 'form' => &$form, 'form_state' => &$form_state, 'form_id' => $form_id );.

1 invocation of hook_entityconnect_child_form_alter()
EntityconnectFormUtils::childFormAlter in src/EntityconnectFormUtils.php
Alters child create form.

File

./entityconnect.api.php, line 75
This file describes hooks provided by entityconnect.

Code

function hook_entityconnect_child_form_alter(array &$data) {
}