Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
PublicStream.php
function PublicStream::getName
Overrides
StreamWrapperInterface::getName
1 method overrides
PublicStream::getName()
AssetsStream::getName
in core/
lib/
Drupal/
Core/
StreamWrapper/
AssetsStream.php
Returns the name of the stream wrapper for use in the UI.
File
core/
lib/
Drupal/
Core/
StreamWrapper/
PublicStream.php
, line 28
Class
PublicStream
Defines a Drupal public (public://) stream wrapper class.
Namespace
Drupal\Core\StreamWrapper
Code
public
function
getName
() {
return
t
(
'Public files'
); }
RSS feed