function openid_test_redirected_method

Menu callback; respond with appropriate callback.

1 string reference to 'openid_test_redirected_method'
openid_test_menu in modules/openid/tests/openid_test.module
Implements hook_menu().

File

modules/openid/tests/openid_test.module, line 251

Code

function openid_test_redirected_method($method1, $method2) {
    return call_user_func('openid_test_' . $method1 . '_' . $method2);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.