public function VimeoStream::getName in Video 8
Same name and namespace in other branches
- 8.2 src/StreamWrapper/VimeoStream.php \Drupal\video\StreamWrapper\VimeoStream::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/ VimeoStream.php, line 18
Class
- VimeoStream
- Defines a YouTube (vimeo://) stream wrapper class.
Namespace
Drupal\video\StreamWrapperCode
public function getName() {
return t('Vimeo');
}