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