Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. 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');
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal