function flexiaccess_user_ajax_callback in Flexi Access 7
AJAX callback to add a node to the table on the user page.
1 string reference to 'flexiaccess_user_ajax_callback'
- flexiaccess_user in ./
flexiaccess.users.inc - Build form to handle ACLs for user.
File
- ./
flexiaccess.users.inc, line 142 - Form handling for per user ACL.
Code
function flexiaccess_user_ajax_callback($form, $form_state) {
// Return the part of the (rebuilt) form to be replaced.
return $form;
}