TemporaryStream::getType

public static TemporaryStream::getType()

Returns the type of stream wrapper.

Return value

int

Overrides LocalStream::getType

File

core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php, line 18

Class

TemporaryStream
Defines a Drupal temporary (temporary://) stream wrapper class.

Namespace

Drupal\Core\StreamWrapper

Code

public static function getType() {
  return StreamWrapperInterface::LOCAL_HIDDEN;
}
doc_Drupal
2016-10-29 09:46:57
Comments
Leave a Comment

Please login to continue.