You are here

public function VineStream::getName in Video 8.2

Same name and namespace in other branches
  1. 8 src/StreamWrapper/VineStream.php \Drupal\video\StreamWrapper\VineStream::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/VineStream.php, line 18

Class

VineStream
Defines a VineStream (vine://) stream wrapper class.

Namespace

Drupal\video\StreamWrapper

Code

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