public function oEmbedStream::getDescription in oEmbed 8
Returns the description of the stream wrapper for use in the UI.
Return value
string The stream wrapper description.
Overrides StreamWrapperInterface::getDescription
File
- src/
StreamWrapper/ oEmbedStream.php, line 32 - Create a oEmbed Stream Wrapper class.
Class
- oEmbedStream
- @file Create a oEmbed Stream Wrapper class.
Namespace
Drupal\oembed\StreamWrapperCode
public function getDescription() {
return t('Resources provided by oEmbed.');
}