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

Breadcrumb

  1. Drupal Core 11.1.x
  2. PublicStream.php

function PublicStream::getDescription

Overrides StreamWrapperInterface::getDescription

1 method overrides PublicStream::getDescription()
AssetsStream::getDescription in core/lib/Drupal/Core/StreamWrapper/AssetsStream.php
Returns the description of the stream wrapper for use in the UI.

File

core/lib/Drupal/Core/StreamWrapper/PublicStream.php, line 35

Class

PublicStream
Defines a Drupal public (public://) stream wrapper class.

Namespace

Drupal\Core\StreamWrapper

Code

public function getDescription() {
    return t('Public local files served by the webserver.');
}

API Navigation

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