You are here

function awssdk_report in AWS SDK for PHP 7.4

Same name and namespace in other branches
  1. 7.5 awssdk.module \awssdk_report()

Provide a function to wrap the require construct to be used as menu callback.

1 string reference to 'awssdk_report'
awssdk_menu in ./awssdk.module
Implements hook_menu()

File

./awssdk.module, line 147
Provides primary Drupal hook implementations.

Code

function awssdk_report($file) {
  require $file;
}