You are here

public function ProfileStream::getName in System stream wrapper 8

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

Return value

string The stream wrapper name.

Overrides ModuleStream::getName

File

src/StreamWrapper/ProfileStream.php, line 22

Class

ProfileStream
Defines the read-only profile:// stream wrapper for installed profile files.

Namespace

Drupal\system_stream_wrapper\StreamWrapper

Code

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