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\StreamWrapperCode
public static function getType() {
  return StreamWrapperInterface::LOCAL_HIDDEN;
}