public function HttpStreamWrapper::getDescription in Remote Stream Wrapper 8
Returns the description of the stream wrapper for use in the UI.
Return value
string The stream wrapper description.
Overrides StreamWrapperInterface::getDescription
File
- src/
StreamWrapper/ HttpStreamWrapper.php, line 53
Class
- HttpStreamWrapper
- HTTP(s) stream wrapper.
Namespace
Drupal\remote_stream_wrapper\StreamWrapperCode
public function getDescription() {
return 'HTTP stream wrapper';
}