You are here

public function InstagramStream::getDescription in Video 8

Same name and namespace in other branches
  1. 8.2 src/StreamWrapper/InstagramStream.php \Drupal\video\StreamWrapper\InstagramStream::getDescription()

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/InstagramStream.php, line 25

Class

InstagramStream
Defines a InstagramStream (instagram://) stream wrapper class.

Namespace

Drupal\video\StreamWrapper

Code

public function getDescription() {
  return t('Video served by the Instagram services.');
}