You are here

public function WingsuitStreamWrapper::getDescription in Gin Layout Builder 8.2

Returns the description of the stream wrapper for use in the UI.

Return value

string The stream wrapper description.

Overrides StreamWrapperInterface::getDescription

File

src/StreamWrapper/WingsuitStreamWrapper.php, line 55

Class

WingsuitStreamWrapper
Defines the read-only ws-assets:// stream wrapper for theme files.

Namespace

Drupal\wingsuit_companion\StreamWrapper

Code

public function getDescription() {
  return $this
    ->t('Local files stored under wingsuit dist directory.');
}