You are here

function lti_tool_provider_home in LTI Tool Provider 7

Menu page callback for the LTI Home menu item.

1 string reference to 'lti_tool_provider_home'
lti_tool_provider_menu in ./lti_tool_provider.module
Implements hook_menu().

File

./lti_tool_provider.operations.inc, line 167
Menu page callbacks for the lti operations launch, return as well as home and info.

Code

function lti_tool_provider_home() {
  lti_tool_provider_goto($_SESSION['lti_tool_provider_context_info']['destination']);
}