public function PublicS3fsStream::getDescription in S3 File System 8.3
Same name and namespace in other branches
- 8.2 src/StreamWrapper/PublicS3fsStream.php \Drupal\s3fs\StreamWrapper\PublicS3fsStream::getDescription()
- 4.0.x src/StreamWrapper/PublicS3fsStream.php \Drupal\s3fs\StreamWrapper\PublicS3fsStream::getDescription()
Returns the description of the stream wrapper for use in the UI.
Return value
string The stream wrapper description.
Overrides S3fsStream::getDescription
File
- src/
StreamWrapper/ PublicS3fsStream.php, line 23
Class
- PublicS3fsStream
- Defines a Drupal s3fs stream wrapper class for use with public scheme.
Namespace
Drupal\s3fs\StreamWrapperCode
public function getDescription() {
return $this
->t('Public files served from Amazon S3.');
}