You are here

function hook_lti_tool_provider_return in LTI Tool Provider 7

Implements hook_lti_tool_provider_return().

1 function implements hook_lti_tool_provider_return()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

lti_tool_provider_outcomes_lti_tool_provider_return in lti_tool_provider_outcomes/lti_tool_provider_outcomes.module
Implements hook_lti_tool_provider_return().
1 invocation of hook_lti_tool_provider_return()
lti_tool_provider_return in ./lti_tool_provider.operations.inc
Page callback for the lti return menu item.

File

./lti_tool_provider.api.php, line 25
Hooks provided by the LTI Tool Provider module.

Code

function hook_lti_tool_provider_return() {

  /*
   * Do stuff at the time of an LTI return.
   * Invoked before user logged out and session is destroyed.
   * LTI context variables are available in
   * $_SESSION['lti_tool_provider_context_info'].
   */
}