function DummyRemoteReadOnlyStreamWrapper::getType

Overrides PublicStream::getType

File

core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteReadOnlyStreamWrapper.php, line 17

Class

DummyRemoteReadOnlyStreamWrapper
Dummy read-only remote stream wrapper (dummy-remote-readonly://).

Namespace

Drupal\file_test\StreamWrapper

Code

public static function getType() {
  return StreamWrapperInterface::READ_VISIBLE;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.