function openid_admin_paths
Implements hook_admin_paths().
File
-
modules/
openid/ openid.module, line 52
Code
function openid_admin_paths() {
$paths = array(
'user/*/openid' => TRUE,
'user/*/openid/delete' => TRUE,
);
return $paths;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.