You are here

public function FileFieldPathsDummyReadOnlyStreamWrapper::getDescription in File (Field) Paths 8

Returns the description of the stream wrapper for use in the UI.

Return value

string The stream wrapper description.

Overrides DummyReadOnlyStreamWrapper::getDescription

File

tests/filefield_paths_test/src/StreamWrapper/FileFieldPathsDummyReadOnlyStreamWrapper.php, line 26

Class

FileFieldPathsDummyReadOnlyStreamWrapper
Helper class for testing the stream wrapper registry.

Namespace

Drupal\filefield_paths_test\StreamWrapper

Code

public function getDescription() {
  return t('Dummy wrapper for File (Field) Paths simpletest (readonly).');
}