function hook_s3fs_url_info in S3 File System 7
This is the old version of hook_s3fs_url_settings_alter(). It is now DEPRECATED. If your code is still invoking this hook, please update to hook_s3fs_url_settings_alter().
1 invocation of hook_s3fs_url_info()
- S3fsStreamWrapper::getExternalUrl in ./
S3fsStreamWrapper.inc - Returns a web accessible URL for the resource.
File
- ./
s3fs.api.php, line 61 - This file contains no working PHP code; it exists to provide additional documentation for doxygen as well as to document hooks in the standard Drupal manner.
Code
function hook_s3fs_url_info($local_path, &$url_settings) {
}