You are here

public function AltTempStream::getDescription in Alternative Stream Wrappers 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/AltTempStream.php, line 33

Class

AltTempStream
Defines an alternative Drupal temporary (alttemporary://) stream wrapper class.

Namespace

Drupal\alt_stream_wrappers\StreamWrapper

Code

public function getDescription() {
  return t('Alternative Temporary file storage (an alternative to the temporary:// scheme).');
}