public function MediaFeedsRemoteProvider::__construct in Media Feeds 7
Same name and namespace in other branches
- 7.2 includes/MediaFeedsRemoteProvider.inc \MediaFeedsRemoteProvider::__construct()
The value is the remote URI.
Overrides MediaFeedsProvider::__construct
File
- includes/
MediaFeedsRemoteProvider.inc, line 17 - Map files using the remote_stream_wrapper module.
Class
- MediaFeedsRemoteProvider
- Class for mapping values using the remote_stream_wrapper_module.
Code
public function __construct($value, $config = array()) {
$this->uri = file_stream_wrapper_uri_normalize($value);
}