You are here

public static function ExtensionStreamBase::getType in System stream wrapper 8

Returns the type of stream wrapper.

Return value

int

Overrides LocalStream::getType

File

src/StreamWrapper/ExtensionStreamBase.php, line 29

Class

ExtensionStreamBase
Defines a base stream wrapper implementation.

Namespace

Drupal\system_stream_wrapper\StreamWrapper

Code

public static function getType() {
  return StreamWrapperInterface::LOCAL | StreamWrapperInterface::READ;
}