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