You are here

public function DailymotionStream::getName in Video 8

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

Returns the name of the stream wrapper for use in the UI.

Return value

string The stream wrapper name.

Overrides StreamWrapperInterface::getName

File

src/StreamWrapper/DailymotionStream.php, line 18

Class

DailymotionStream
Defines a Dailymotion (dailymotion://) stream wrapper class.

Namespace

Drupal\video\StreamWrapper

Code

public function getName() {
  return t('Dailymotion');
}