public static function S3fsStream::getType in S3 File System 8.3
Same name and namespace in other branches
- 8.2 src/StreamWrapper/S3fsStream.php \Drupal\s3fs\StreamWrapper\S3fsStream::getType()
- 4.0.x src/StreamWrapper/S3fsStream.php \Drupal\s3fs\StreamWrapper\S3fsStream::getType()
Returns the type of stream wrapper.
Return value
int
Overrides StreamWrapperInterface::getType
File
- src/
StreamWrapper/ S3fsStream.php, line 283
Class
- S3fsStream
- Defines a Drupal s3 (s3://) stream wrapper class.
Namespace
Drupal\s3fs\StreamWrapperCode
public static function getType() {
return StreamWrapperInterface::NORMAL;
}