function contact_handler_field_contact_link::access in Contact 6.2
File
- ./
contact_handler_field_contact_link.inc, line 12 - Override access of core contact link field.
Class
- contact_handler_field_contact_link
- A field that links to the user contact page, if access is permitted.
Code
function access() {
return user_access('access user contact forms');
}