public function HttpStreamWrapper::getName in Remote Stream Wrapper 8
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/ HttpStreamWrapper.php, line 46
Class
- HttpStreamWrapper
- HTTP(s) stream wrapper.
Namespace
Drupal\remote_stream_wrapper\StreamWrapperCode
public function getName() {
return 'HTTP stream wrapper';
}