X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Flibraries%2Fsrc%2FStreamWrapper%2FPrivateStreamTrait.php;fp=web%2Fmodules%2Fcontrib%2Flibraries%2Fsrc%2FStreamWrapper%2FPrivateStreamTrait.php;h=4690551b9bcb26de73b42c9bf9ffb5a59bde3d9b;hp=0000000000000000000000000000000000000000;hb=8acec36f19c470dfcda1ae2336826a782f41874c;hpb=e0411c4e83ba0d079034db83c3f7f55be24a0e35 diff --git a/web/modules/contrib/libraries/src/StreamWrapper/PrivateStreamTrait.php b/web/modules/contrib/libraries/src/StreamWrapper/PrivateStreamTrait.php new file mode 100644 index 000000000..4690551b9 --- /dev/null +++ b/web/modules/contrib/libraries/src/StreamWrapper/PrivateStreamTrait.php @@ -0,0 +1,39 @@ +getName()} should not be public."); + } + + /** + * Returns the name of the stream wrapper for use in the UI. + * + * @return string + * The stream wrapper name. + * + * @see \Drupal\Core\StreamWrapper\StreamWrapperInterface::getName() + */ + abstract public function getName(); + +}