You are here

public static function AltTempStream::getType in Alternative Stream Wrappers 8

Returns the type of stream wrapper.

Return value

int

Overrides LocalStream::getType

File

src/StreamWrapper/AltTempStream.php, line 19

Class

AltTempStream
Defines an alternative Drupal temporary (alttemporary://) stream wrapper class.

Namespace

Drupal\alt_stream_wrappers\StreamWrapper

Code

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