filefield_paths_test.module in File (Field) Paths 7
Core functions for the File (Field) Paths tests module.
File
tests/filefield_paths_test.moduleView source
<?php
/**
* @file
* Core functions for the File (Field) Paths tests module.
*/
/**
* Implements hook_stream_wrappers_alter().
*
* @param $wrappers
*/
function filefield_paths_test_stream_wrappers_alter(&$wrappers) {
$wrappers['ffp'] = $wrappers['public'];
$wrappers['ffp']['type'] = STREAM_WRAPPERS_READ_VISIBLE;
}
Functions
Name | Description |
---|---|
filefield_paths_test_stream_wrappers_alter | Implements hook_stream_wrappers_alter(). |