DummyMultipleStreamWrapper.php
Same filename in other branches
Namespace
Drupal\file_test\StreamWrapperFile
-
core/
modules/ file/ tests/ file_test/ src/ StreamWrapper/ DummyMultipleStreamWrapper.php
View source
<?php
declare (strict_types=1);
namespace Drupal\file_test\StreamWrapper;
/**
* Helper class for testing the stream wrapper registry.
*
* Dummy stream wrapper implementation (dummy1://, dummy2://).
*/
class DummyMultipleStreamWrapper extends DummyStreamWrapper {
}
Classes
Title | Deprecated | Summary |
---|---|---|
DummyMultipleStreamWrapper | Helper class for testing the stream wrapper registry. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.