function shib_auth_new_rule in Shibboleth Authentication 6.4
Same name and namespace in other branches
- 6.3 shib_auth.module \shib_auth_new_rule()
- 7.4 shib_auth_roles_forms.inc \shib_auth_new_rule()
Creates a new rule by calling universal create/edit form
1 string reference to 'shib_auth_new_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_roles_forms.inc, line 198 - Roles manager forms.
Code
function shib_auth_new_rule() {
return shib_auth_edit_form(array(
0,
'',
'',
'',
'Add rule',
0,
));
}