You are here

function webform_protected_downloads_admin_paths in Webform Protected Downloads 7

Implementation of hook_admin_paths().

File

./webform_protected_downloads.module, line 103
This file contains hook declarations and functions for the Webform Protected Downloads module.

Code

function webform_protected_downloads_admin_paths() {
  return array(
    'node/*/protected-downloads' => TRUE,
  );
}