class StreamWrapperConfiguration in AmazonS3 7.2
Same name in this branch
- 7.2 src/StreamWrapperConfiguration.php \Drupal\amazons3\StreamWrapperConfiguration
- 7.2 tests/Stub/StreamWrapperConfiguration.php \Drupal\amazons3Test\Stub\StreamWrapperConfiguration
@class StreamWrapperConfiguration @package Drupal\amazons3Test\Stub
Hierarchy
- class \Drupal\amazons3\StreamWrapperConfiguration extends \Guzzle\Common\Collection uses Bootstrap
- class \Drupal\amazons3Test\Stub\StreamWrapperConfiguration uses Bootstrap
Expanded class hierarchy of StreamWrapperConfiguration
2 files declare their use of StreamWrapperConfiguration
File
- tests/
Stub/ StreamWrapperConfiguration.php, line 11
Namespace
Drupal\amazons3Test\StubView source
class StreamWrapperConfiguration extends \Drupal\amazons3\StreamWrapperConfiguration {
use Bootstrap;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Bootstrap:: |
protected static | property | ||
Bootstrap:: |
public static | function | ||
Bootstrap:: |
public static | function | Static version of variable_get() for testing. | |
StreamWrapperConfiguration:: |
protected static | function | ||
StreamWrapperConfiguration:: |
public | function | Disable metadata caching. | |
StreamWrapperConfiguration:: |
public | function | Enable metadata caching. | |
StreamWrapperConfiguration:: |
public static | function | Generate a configuration object from an array. | |
StreamWrapperConfiguration:: |
public static | function | Set the stream wrapper configuration using Drupal variables. | |
StreamWrapperConfiguration:: |
public | function | Get the bucket. | |
StreamWrapperConfiguration:: |
public | function | ||
StreamWrapperConfiguration:: |
public | function | ||
StreamWrapperConfiguration:: |
public | function | ||
StreamWrapperConfiguration:: |
public | function | ||
StreamWrapperConfiguration:: |
public | function | Get the API hostname. | |
StreamWrapperConfiguration:: |
public | function | Get the array of paths to serve with presigned URLs. | |
StreamWrapperConfiguration:: |
public | function | ||
StreamWrapperConfiguration:: |
public | function | Get the region associated with this stream wrapper. | |
StreamWrapperConfiguration:: |
protected static | function | Get the S3 domain for a bucket. | |
StreamWrapperConfiguration:: |
public | function | Return the paths to force to download instead of viewing in the browser. | |
StreamWrapperConfiguration:: |
public | function | Get the torrent paths. | |
StreamWrapperConfiguration:: |
public | function | ||
StreamWrapperConfiguration:: |
public | function | Return if files should be served with CloudFront. | |
StreamWrapperConfiguration:: |
protected static | function | ||
StreamWrapperConfiguration:: |
public | function | Set if objects should be served with CloudFront. | |
StreamWrapperConfiguration:: |
public | function | Set if objects should be served with S3 directly. | |
StreamWrapperConfiguration:: |
public | function | Set the bucket. | |
StreamWrapperConfiguration:: |
public | function | Set the cache expiration. | |
StreamWrapperConfiguration:: |
public | function | Set the CloudFront credentials to use. | |
StreamWrapperConfiguration:: |
public | function | ||
StreamWrapperConfiguration:: |
public | function | ||
StreamWrapperConfiguration:: |
public | function | Set the API hostname. | |
StreamWrapperConfiguration:: |
public | function | Set the array of paths to serve with presigned URLs. | |
StreamWrapperConfiguration:: |
public | function | ||
StreamWrapperConfiguration:: |
public | function | Set the region associated with this stream wrapper. | |
StreamWrapperConfiguration:: |
public | function | Set the array of paths to force to download. | |
StreamWrapperConfiguration:: |
public | function | Set the array of paths to serve as torrents. |