You are here

function shib_auth_clone_rule in Shibboleth Authentication 5.3

Clone an exists rule form based on new rule add form

1 string reference to 'shib_auth_clone_rule'
shib_auth_menu in ./shib_auth.module
Generate the menu element to access the Shibboleth authentication module's administration page @returns HTML text of the administer menu element

File

./shib_auth_admin.inc, line 74
Generate the administration form of the Shibboleth authentication module

Code

function shib_auth_clone_rule() {
  return shib_auth_edit_rule();
}