You are here

StreamWrapper.php in AmazonS3 7.2

File

tests/Stub/StreamWrapper.php
View source
<?php

namespace Drupal\amazons3Test\Stub;

use Drupal\amazons3Test\DrupalAdapter\Common;
use Drupal\amazons3Test\DrupalAdapter\FileMimetypes;

/**
 * Stub common and mimetype functions.
 *
 * @class StreamWrapper
 * @package Drupal\amazons3Test\Stub
 */
class StreamWrapper extends \Drupal\amazons3\StreamWrapper {
  use Common;
  use FileMimetypes;

}

Classes

Namesort descending Description
StreamWrapper Stub common and mimetype functions.