You are here

function hook_entityconnect_edit_info_alter in Entity connect 7.2

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

hook_entityconnect_edit_info_alter().

Parameters

$add_info:

$cache_id:

1 invocation of hook_entityconnect_edit_info_alter()
entityconnect_edit in includes/entityconnect.menu.inc
Page callback: Redirect to edit form.

File

./entityconnect.api.php, line 146

Code

function hook_entityconnect_edit_info_alter(&$add_info, &$cache_id, &$entity_type, &$target_id) {
}