StreamWrapperConfiguration.php in AmazonS3 7.2
Same filename in this branch
Namespace
Drupal\amazons3Test\StubFile
tests/Stub/StreamWrapperConfiguration.phpView source
<?php
namespace Drupal\amazons3Test\Stub;
use Drupal\amazons3Test\DrupalAdapter\Bootstrap;
/**
* @class StreamWrapperConfiguration
* @package Drupal\amazons3Test\Stub
*/
class StreamWrapperConfiguration extends \Drupal\amazons3\StreamWrapperConfiguration {
use Bootstrap;
}
Classes
Name | Description |
---|---|
StreamWrapperConfiguration | @class StreamWrapperConfiguration @package Drupal\amazons3Test\Stub |