You are here

function shib_auth_new_rule in Shibboleth Authentication 7.4

Same name and namespace in other branches
  1. 6.4 shib_auth_roles_forms.inc \shib_auth_new_rule()
  2. 6.3 shib_auth.module \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
Implements hook_menu().

File

./shib_auth_roles_forms.inc, line 222
Roles manager forms.

Code

function shib_auth_new_rule($form, &$form_state) {
  return shib_auth_edit_form(array(
    0,
    '',
    '',
    '',
    t('Add rule'),
    0,
  ));
}