You are here

function aet_insert_ajax_access in Advanced Entity Tokens 7

The access callback for aet_insert_field_ajax().

1 string reference to 'aet_insert_ajax_access'
aet_insert_menu in aet_insert/aet_insert.module
Implementation of hook_menu().

File

aet_insert/aet_insert.module, line 54

Code

function aet_insert_ajax_access($type, $args) {
  return user_access('use AET Insert');
}