Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
PrivateStream.php
function PrivateStream::getName
Overrides
StreamWrapperInterface::getName
File
core/
lib/
Drupal/
Core/
StreamWrapper/
PrivateStream.php
, line 26
Class
PrivateStream
Drupal private (private://) stream wrapper class.
Namespace
Drupal\Core\StreamWrapper
Code
public
function
getName
() {
return
t
(
'Private files'
); }
RSS feed