DummyMultipleStreamWrapper.php

Same filename in other branches
  1. 11.x core/modules/file/tests/file_test/src/StreamWrapper/DummyMultipleStreamWrapper.php

Namespace

Drupal\file_test\StreamWrapper

File

core/modules/file/tests/file_test/src/StreamWrapper/DummyMultipleStreamWrapper.php

View source
<?php

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.