You are here

public function WingsuitStreamWrapper::getName in Gin Layout Builder 8.2

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

Return value

string The stream wrapper name.

Overrides StreamWrapperInterface::getName

File

src/StreamWrapper/WingsuitStreamWrapper.php, line 48

Class

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

Namespace

Drupal\wingsuit_companion\StreamWrapper

Code

public function getName() {
  return $this
    ->t('Wingsuit files');
}