function invoice_api_access_handler in Invoice 7
API access handler
1 string reference to 'invoice_api_access_handler'
- invoice_menu in ./
invoice.module - Implements hook_menu()
File
- ./
invoice.module, line 203 - Invoice module
Code
function invoice_api_access_handler() {
return TRUE;
// Access is handled later on in the API
}