function hook_entityconnect_edit_info in Entity connect 7.2
Same name and namespace in other branches
- 8.2 entityconnect.api.php \hook_entityconnect_edit_info()
hook_entityconnect_edit_info().
Parameters
$cache_id:
3 functions implement hook_entityconnect_edit_info()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- entityconnect_bean_entityconnect_edit_info in modules/
entityconnect_bean/ entityconnect_bean.module - Implements hook_entityconnect_edit_info().
- entityconnect_eck_entityconnect_edit_info in modules/
entityconnect_eck/ entityconnect_eck.module - Implements hook_entityconnect_edit_info().
- entityconnect_entityconnect_edit_info in includes/
entityconnect.menu.inc - Implements hook_entityconnect_edit_info().
1 invocation of hook_entityconnect_edit_info()
- entityconnect_edit in includes/
entityconnect.menu.inc - Page callback: Redirect to edit form.
File
- ./
entityconnect.api.php, line 138
Code
function hook_entityconnect_edit_info($cache_id, $entity_type, $target_id) {
}