You are here

function hook_entityconnect_edit_info in Entity connect 8.2

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

Allow modules to create the render array for the edit action.

Parameters

string $cache_id: The id of the parent form cache.

string $entity_type: The target entity_type.

int $target_id: The id of the entity to edit.

1 function implements 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_entityconnect_edit_info in ./entityconnect.module
Implements hook_entityconnect_edit_info().
1 invocation of hook_entityconnect_edit_info()
EntityconnectController::edit in src/Controller/EntityconnectController.php
Page callback: Redirect to edit form.

File

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

Code

function hook_entityconnect_edit_info($cache_id, $entity_type, $target_id) {
}