LocalStream::getType

public static LocalStream::getType()

Returns the type of stream wrapper.

Return value

int

Overrides StreamWrapperInterface::getType

File

core/lib/Drupal/Core/StreamWrapper/LocalStream.php, line 43

Class

LocalStream
Defines a Drupal stream wrapper base class for local files.

Namespace

Drupal\Core\StreamWrapper

Code

public static function getType() {
  return StreamWrapperInterface::NORMAL;
}
doc_Drupal
2016-10-29 09:24:38
Comments
Leave a Comment

Please login to continue.