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

Breadcrumb

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

function AssetsStream::getDescription

Overrides PublicStream::getDescription

File

core/lib/Drupal/Core/StreamWrapper/AssetsStream.php, line 34

Class

AssetsStream
Defines a Drupal stream wrapper class for optimized assets (assets://).

Namespace

Drupal\Core\StreamWrapper

Code

public function getDescription() : string {
    return $this->t('Public local optimized assets 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