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\StreamWrapperCode
public function getName() {
return t('File (Field) Paths Dummy files (readonly)');
}