public function AltTempStream::getName in Alternative Stream Wrappers 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/ AltTempStream.php, line 26
Class
- AltTempStream
- Defines an alternative Drupal temporary (alttemporary://) stream wrapper class.
Namespace
Drupal\alt_stream_wrappers\StreamWrapperCode
public function getName() {
return t('Alternative Temporary files');
}