function access_grant_form_ajax in Access Control Kit 7
AJAX callback for the access grant form.
1 string reference to 'access_grant_form_ajax'
- access_grant_form in ./
access_grants.admin.inc - Form constructor for the access grant add/edit form.
File
- ./
access.module, line 321 - The access control kit module.
Code
function access_grant_form_ajax($form, $form_state) {
return $form['role'];
}