You are here

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

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

Return value

string The stream wrapper name.

Overrides DummyReadOnlyStreamWrapper::getName

File

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

Class

FileFieldPathsDummyReadOnlyStreamWrapper
Helper class for testing the stream wrapper registry.

Namespace

Drupal\filefield_paths_test\StreamWrapper

Code

public function getName() {
  return t('File (Field) Paths Dummy files (readonly)');
}