public static function oEmbedStream::getType in oEmbed 8
Returns the type of stream wrapper.
Return value
int
Overrides StreamWrapperInterface::getType
File
- src/
StreamWrapper/ oEmbedStream.php, line 18 - Create a oEmbed Stream Wrapper class.
Class
- oEmbedStream
- @file Create a oEmbed Stream Wrapper class.
Namespace
Drupal\oembed\StreamWrapperCode
public static function getType() {
return StreamWrapperInterface::READ_VISIBLE;
}